diff options
author | Barry Warsaw <barry@python.org> | 2010-02-05 18:45:25 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-02-05 18:45:25 (GMT) |
commit | b1e66ee6510b939ddf8e3f474eabc6284cc27e9d (patch) | |
tree | eba471e406c386cbb0fb5932750f49e540e74d28 /Misc | |
parent | bb445a1f22835b97673f96da8f9edc75b69f5f2c (diff) | |
download | cpython-b1e66ee6510b939ddf8e3f474eabc6284cc27e9d.zip cpython-b1e66ee6510b939ddf8e3f474eabc6284cc27e9d.tar.gz cpython-b1e66ee6510b939ddf8e3f474eabc6284cc27e9d.tar.bz2 |
Resolve bug 7847 by including documentation for -J, -U, and -X under "Options
you shouldn't use".
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -17,8 +17,8 @@ Core and Builtins library would return a bogus result; on Solaris, it was possible to crash the interpreter. Patch by Stefan Krah. -- Issue #7853: Normalize exceptions before they are passed to a context managers - __exit__ method. +- Issue #7853: Normalize exceptions before they are passed to a context + managers __exit__ method. - Issue #7385: Fix a crash in `MemoryView_FromObject` when `PyObject_GetBuffer` fails. Patch by Florent Xicluna. @@ -153,6 +153,9 @@ Tools/Demos Documentation ------------- +- Updating `Using Python` documentation to include description of CPython's + -J, -U and -X options. + - Update python manual page (options -B, -O0, -s, environment variables PYTHONDONTWRITEBYTECODE, PYTHONNOUSERSITE). |