From: Martin Panter Date: Sat, 14 May 2016 05:55:38 +0000 (+0000) Subject: Remove outdated PEP 291 compatibility requirement comment X-Git-Tag: v3.6.0a1~26^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2dc1bbb659eb1812ec4d556573fc51b4426889e7;p=thirdparty%2FPython%2Fcpython.git Remove outdated PEP 291 compatibility requirement comment --- diff --git a/Modules/_ctypes/ctypes_dlfcn.h b/Modules/_ctypes/ctypes_dlfcn.h index d8bf904be204..54cdde9a4fdb 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_