diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-08-27 03:23:11 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-08-27 03:23:11 (GMT) |
commit | c427b8d517469005d53128e9656213a3ec141890 (patch) | |
tree | 9b24326e4ad8c154f6155574e2e157648a3c5777 /Misc | |
parent | cc9afa9b517fd66bad148f546055985ad87bc816 (diff) | |
download | cpython-c427b8d517469005d53128e9656213a3ec141890.zip cpython-c427b8d517469005d53128e9656213a3ec141890.tar.gz cpython-c427b8d517469005d53128e9656213a3ec141890.tar.bz2 |
Issue #19884: Avoid spurious output on OS X with Gnu Readline
Also adjust the test condition, because enable-meta-key was only added in
6.1, not 6.0.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -50,6 +50,8 @@ Core and Builtins Library ------- +- Issue #19884: Avoid spurious output on OS X with Gnu Readline. + - Issue #10513: Fix a regression in Connection.commit(). Statements should not be reset after a commit. |