diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-02 09:13:10 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-02 09:13:10 +0200 |
commit | 5d64858ac8a226760785246bbc1c836b9fcb7f77 (patch) | |
tree | 6a15c2a9a895a11dc3f00ab6e92b1b95e1eeb3cc | |
parent | 6cd5eda0dd4c574c84c9e6b1ad0a7eefc03fbea3 (diff) | |
download | cpython-git-5d64858ac8a226760785246bbc1c836b9fcb7f77.tar.gz |
Moved Misc/NEWS entry to right section.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -403,8 +403,6 @@ Library - Issue #17442: InteractiveInterpreter now displays the full chained traceback in its showtraceback method, to match the built in interactive interpreter. -- Issue #22314: pydoc now works when the LINES environment variable is set. - - Issue #10510: distutils register and upload methods now use HTML standards compliant CRLF line endings. @@ -1469,6 +1467,8 @@ Tests Tools/Demos ----------- +- Issue #22314: pydoc now works when the LINES environment variable is set. + - Issue #22615: Argument Clinic now supports the "type" argument for the int converter. This permits using the int converter with enums and typedefs. |