diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-27 21:45:37 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-27 21:45:37 (GMT) |
commit | 86ef95d3fbd121fec1168b87ddfe027273b38cea (patch) | |
tree | 9d34a4545d96c6c9a19d3b02ff181fc804157d3a /Misc | |
parent | 2c1f37667d39302b42f05a9d79c219264803a53f (diff) | |
download | cpython-86ef95d3fbd121fec1168b87ddfe027273b38cea.zip cpython-86ef95d3fbd121fec1168b87ddfe027273b38cea.tar.gz cpython-86ef95d3fbd121fec1168b87ddfe027273b38cea.tar.bz2 |
Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch by
Wieland Hoffmann.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,12 @@ Documentation - Issue #21514: The documentation of the json module now refers to new JSON RFC 7159 instead of obsoleted RFC 4627. +Tools/Demos +----------- + +- Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch by + Wieland Hoffmann. + What's New in Python 2.7.9 release candidate 1? =============================================== |