diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-01-31 16:14:37 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-01-31 16:14:37 (GMT) |
commit | c8b16f8c243acf1ac9006b3d344988f629cea7a6 (patch) | |
tree | e1af34d298cede7f2cb413fb28f1bf1a76d5e5ec /Misc/NEWS | |
parent | ed68afa8d6961d4273e682ef462c98ef21e1bfe7 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----- |