summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-14 05:55:38 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-05-14 05:55:38 (GMT)
commit2dc1bbb659eb1812ec4d556573fc51b4426889e7 (patch)
tree73e53bc045d100f0023e2163a99f5af9758cf854 /Modules
parentf11352c1144eff874d56620678a49b5a6b5d3771 (diff)
downloadcpython-2dc1bbb659eb1812ec4d556573fc51b4426889e7.zip
cpython-2dc1bbb659eb1812ec4d556573fc51b4426889e7.tar.gz
cpython-2dc1bbb659eb1812ec4d556573fc51b4426889e7.tar.bz2
Remove outdated PEP 291 compatibility requirement comment
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_ctypes/ctypes_dlfcn.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/_ctypes/ctypes_dlfcn.h b/Modules/_ctypes/ctypes_dlfcn.h
index d8bf904..54cdde9 100644
--- a/Modules/_ctypes/ctypes_dlfcn.h
+++ b/Modules/_ctypes/ctypes_dlfcn.h
@@ -1,7 +1,3 @@
-/*****************************************************************
- This file should be kept compatible with Python 2.3, see PEP 291.
- *****************************************************************/
-
#ifndef _CTYPES_DLFCN_H_
#define _CTYPES_DLFCN_H_