diff options
author | Éric Araujo <merwok@netwok.org> | 2011-03-23 04:53:10 +0100 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-03-23 04:53:10 +0100 |
commit | e84c4df786e9238ed80ff0435ffa053ef227a57a (patch) | |
tree | 48fd4626ff1e64229262d97e30f36068af42be8b /Misc/python.man | |
parent | 83e7a2b7db047d70d29800a0f8d5c5beab5c936d (diff) | |
parent | 97054cf0b5b5a41ba07474e247057b808236845b (diff) | |
download | cpython-git-e84c4df786e9238ed80ff0435ffa053ef227a57a.tar.gz |
Branch merge
Diffstat (limited to 'Misc/python.man')
-rw-r--r-- | Misc/python.man | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/python.man b/Misc/python.man index 2d15d5d336..53b77fcd1b 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -169,7 +169,9 @@ Disable the import of the module .I site and the site-dependent manipulations of .I sys.path -that it entails. +that it entails. Also disable these manipulations if +.I site +is explicitly imported later. .TP .B \-u Force the binary I/O layers of stdin, stdout and stderr to be unbuffered. |