mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
#18852: Handle readline.__doc__ being None in site.py readline activation.
Patch by Berker Peksag.
This commit is contained in:
parent
f203f2d51d
commit
4a0430166b
2 changed files with 6 additions and 2 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue