commit | 615368fbfa75700d2d598f4b965ab2f7efbd8356 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Feb 05 19:12:30 2010 +0000 |
committer | Barry Warsaw <barry@python.org> | Fri Feb 05 19:12:30 2010 +0000 |
tree | 4968b45e9e3ae6ca6da1ee403288a83064643c37 | |
parent | c78b05a9ea971135340825a1fb2fd54248949e11 [diff] [blame] |
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.
diff --git a/Misc/NEWS b/Misc/NEWS index 3dd680a..fe7e6f6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -701,6 +701,9 @@ Documentation ------------ +- Updating `Using Python` documentation to include description of CPython's + -J and -X options. + - Document that importing a module that has None in sys.modules triggers an ImportError.