diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-09-06 17:08:08 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-09-06 17:08:08 (GMT) |
commit | 4a0430166bdf9afd04b9e6bd00f43080bc57d00b (patch) | |
tree | ca4707e34cf80e756292423793dfdbd40284568f /Misc | |
parent | f203f2d51da404fd59cbfbf40201fe30bd9ea79c (diff) | |
download | cpython-4a0430166bdf9afd04b9e6bd00f43080bc57d00b.zip cpython-4a0430166bdf9afd04b9e6bd00f43080bc57d00b.tar.gz cpython-4a0430166bdf9afd04b9e6bd00f43080bc57d00b.tar.bz2 |
#18852: Handle readline.__doc__ being None in site.py readline activation.
Patch by Berker Peksag.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,9 @@ Core and Builtins Library ------- +- Issue #18852: Handle case of ``readline.__doc__`` being ``None`` in the new + readline activation code in ``site.py``. + - Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in the _sre moduel. |