summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-04-21 07:30:30 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-04-21 07:30:30 (GMT)
commit639295f0a5757bc187ada833950bca8476ebe36e (patch)
treef92789f0400d42bab97c7e4778c33901d859ab69 /Misc
parent058b141ef77edcd8000bc169f3b9b7cc9d362ffa (diff)
downloadcpython-639295f0a5757bc187ada833950bca8476ebe36e.zip
cpython-639295f0a5757bc187ada833950bca8476ebe36e.tar.gz
cpython-639295f0a5757bc187ada833950bca8476ebe36e.tar.bz2
Enable universal newlines on Windows. Note that NEWS needs more words!
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bbaf2d9..141cba8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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