mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove support for --without-universal-newlines (see PEP 11).
This commit is contained in:
parent
f1afe6682c
commit
db6080507d
11 changed files with 7 additions and 128 deletions
|
@ -53,9 +53,6 @@
|
|||
/* enable the GC module */
|
||||
#define WITH_CYCLE_GC 1
|
||||
|
||||
/* Define if you want to read files with foreign newlines. */
|
||||
#define WITH_UNIVERSAL_NEWLINES 1
|
||||
|
||||
/* Define if you want documentation strings in extension modules */
|
||||
#define WITH_DOC_STRINGS 1
|
||||
|
||||
|
|
|
@ -397,9 +397,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
|
|||
/* Use Python's own small-block memory-allocator. */
|
||||
#define WITH_PYMALLOC 1
|
||||
|
||||
/* Enable \n, \r, \r\n line ends on import; also the 'U' mode flag for open. */
|
||||
#define WITH_UNIVERSAL_NEWLINES 1
|
||||
|
||||
/* Define if you have clock. */
|
||||
/* #define HAVE_CLOCK */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue