summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-01-31 16:14:37 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-01-31 16:14:37 (GMT)
commitc8b16f8c243acf1ac9006b3d344988f629cea7a6 (patch)
treee1af34d298cede7f2cb413fb28f1bf1a76d5e5ec /Misc/NEWS
parented68afa8d6961d4273e682ef462c98ef21e1bfe7 (diff)
downloadcpython-c8b16f8c243acf1ac9006b3d344988f629cea7a6.zip
cpython-c8b16f8c243acf1ac9006b3d344988f629cea7a6.tar.gz
cpython-c8b16f8c243acf1ac9006b3d344988f629cea7a6.tar.bz2
Merged revisions 77875 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77875 | matthias.klose | 2010-01-31 17:05:13 +0100 (So, 31 Jan 2010) | 3 lines - Update python manual page (options -B, -O0, -s, environment variables PYTHONDONTWRITEBYTECODE, PYTHONNOUSERSITE). ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d21121d..0abe5c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -693,6 +693,9 @@ Documentation
- Issue #6556: Fixed the Distutils configuration files location explanation
for Windows.
+
+- Update python manual page (options -B, -O0, -s, environment variables
+ PYTHONDONTWRITEBYTECODE, PYTHONNOUSERSITE).
Tests
-----