summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-02-05 19:21:12 (GMT)
committerBarry Warsaw <barry@python.org>2010-02-05 19:21:12 (GMT)
commita1bd445e6cc22718559ade054f9403f43f2ea319 (patch)
treefd953848a2a6e59d7ea48f2e2c402c1612c20f79 /Misc
parent2c4f8d12f0d44c926ddd62f4e84c3fae1ffd7c44 (diff)
downloadcpython-a1bd445e6cc22718559ade054f9403f43f2ea319.zip
cpython-a1bd445e6cc22718559ade054f9403f43f2ea319.tar.gz
cpython-a1bd445e6cc22718559ade054f9403f43f2ea319.tar.bz2
Merged revisions 77995 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r77995 | barry.warsaw | 2010-02-05 14:12:30 -0500 (Fri, 05 Feb 2010) | 3 lines Document the -J and -X options for CPython. Note that unlike for py2k, we don't need to document -U becuase it's gone in py3k. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9b72293..badfbad 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -378,6 +378,9 @@ Build
Documentation
-------------
+- Updating `Using Python` documentation to include description of CPython's
+ -J and -X options.
+
- Issue #6556: Fixed the Distutils configuration files location explanation
for Windows.