summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-06-09 13:33:54 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-06-09 13:33:54 (GMT)
commita3fb4f78164e55ddecfd875b9b33791850213dfd (patch)
tree1dfd36be033b76aa1ce46a42e50ea570e130c68c /Misc/NEWS
parentec5d6b908c25d45ffcf5b5ad60cdb51b38b6a769 (diff)
downloadcpython-a3fb4f78164e55ddecfd875b9b33791850213dfd.zip
cpython-a3fb4f78164e55ddecfd875b9b33791850213dfd.tar.gz
cpython-a3fb4f78164e55ddecfd875b9b33791850213dfd.tar.bz2
Patch #505375: Make doc strings optional.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4523d3c..051643a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -240,6 +240,10 @@ Tools/Demos
Build
+- The configure option --without-doc-strings can be used to remove the
+ doc strings from the builtin functions and modules; this reduces the
+ size of the executable.
+
- 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.