summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-12-19 16:21:49 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-12-19 16:21:49 (GMT)
commit7e4cfcb6bc6e6913fb69a7964bd61684ca3ad639 (patch)
tree34c66d8678e1dd36ad7c3c40704a734caf975d01 /README
parent93344ab0365c4b55ef895c9fd3873dd06690ca00 (diff)
downloadcpython-7e4cfcb6bc6e6913fb69a7964bd61684ca3ad639.zip
cpython-7e4cfcb6bc6e6913fb69a7964bd61684ca3ad639.tar.gz
cpython-7e4cfcb6bc6e6913fb69a7964bd61684ca3ad639.tar.bz2
Unsupport --without-universal-newlines.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index abea8db..b7b53af 100644
--- a/README
+++ b/README
@@ -245,6 +245,7 @@ longer:
- Systems defining PY_PTHREAD_D4, PY_PTHREAD_D6,
or PY_PTHREAD_D7 in thread_pthread.h
- Systems using --with-dl-dld
+- Systems using --without-universal-newlines
Platform specific notes
-----------------------
@@ -957,7 +958,7 @@ Modules/getpath.o.
any of \r, \n or \r\n is acceptable as end-of-line character.
If enabled import and execfile will automatically accept any newline
in files. Python code can open a file with open(file, 'U') to
- read it in universal newline mode.
+ read it in universal newline mode. THIS OPTION IS UNSUPPORTED.
Building for multiple architectures (using the VPATH feature)