Kaydet (Commit) 639295f0 authored tarafından Tim Peters's avatar Tim Peters

Enable universal newlines on Windows. Note that NEWS needs more words!

üst 058b141e
......@@ -511,7 +511,6 @@ _expectations = {
test_socketserver
test_sunaudiodev
test_timing
test_univnewlines
""",
'linux2':
"""
......
......@@ -142,6 +142,9 @@ Tools/Demos
Build
- XXX WITH_UNIVERSAL_NEWLINES Somebody fill this in; the PEP doesn't
say how or when to configure it, or how to turn it off.
- On Unix, a shared libpython2.3.so can be created with --enable-shared.
- All uses of the CACHE_HASH, INTERN_STRINGS, and DONT_SHARE_SHORT_STRINGS
......
......@@ -509,6 +509,9 @@ typedef int pid_t;
/* 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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment