diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-03-29 19:19:13 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-03-29 19:19:13 (GMT) |
commit | f375b0a4d5a0362ca9b927e626a00c8328f3ac04 (patch) | |
tree | fb476a8fb3a3b4bcabb5aabc925b869067725fda /Misc/NEWS | |
parent | 1b74d630da388ace3187101c821d55b0799580d4 (diff) | |
parent | 1058cda38f1b409c4d52eef236f4915df592a112 (diff) | |
download | cpython-f375b0a4d5a0362ca9b927e626a00c8328f3ac04.zip cpython-f375b0a4d5a0362ca9b927e626a00c8328f3ac04.tar.gz cpython-f375b0a4d5a0362ca9b927e626a00c8328f3ac04.tar.bz2 |
Merge: #23792: Ignore KeyboardInterrupt when the pydoc pager is active.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ Core and Builtins Library ------- +- Issue #23792: Ignore KeyboardInterrupt when the pydoc pager is active. + This mimics the behavior of the standard unix pagers, and prevents + pipepager from shutting down while the pager itself is still running. + - Issue #23775: pprint() of OrderedDict now outputs the same representation as repr(). |