summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorAntoine Pitrou <pitrou@free.fr>2017-07-18 15:05:03 (GMT)
committerGitHub <noreply@github.com>2017-07-18 15:05:03 (GMT)
commitf474c5a3f3c1fbc0383800b88e8518d43a52d1d1 (patch)
tree9c29ab7759d4e8b23dcf2ba3f0ff84bf94e9e299 /PC
parentefa26bcd5085279fc4e9ae96d052272a5214c2bd (diff)
downloadcpython-f474c5a3f3c1fbc0383800b88e8518d43a52d1d1.zip
cpython-f474c5a3f3c1fbc0383800b88e8518d43a52d1d1.tar.gz
cpython-f474c5a3f3c1fbc0383800b88e8518d43a52d1d1.tar.bz2
bpo-30946: Remove obsolete fallback code in readline module (#2738)
* Remove obsolete fallback code in readline module * Add NEWS * Remove obsolete include * Fix macro on Windows
Diffstat (limited to 'PC')
-rw-r--r--PC/pyconfig.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index bab9d5a..46ff6f0 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -530,9 +530,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
/* Define if you have readlink. */
/* #undef HAVE_READLINK */
-/* Define if you have select. */
-/* #undef HAVE_SELECT */
-
/* Define if you have setpgid. */
/* #undef HAVE_SETPGID */