mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Patch #505375: Make doc strings optional.
This commit is contained in:
parent
ec5d6b908c
commit
a3fb4f7816
6 changed files with 111 additions and 31 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue