commit | b8c6e1f33f9364b47af306791b44dba4109afd82 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Mon Jan 22 16:10:27 2007 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Mon Jan 22 16:10:27 2007 +0000 |
tree | 80ea5f191263aba2a50b39813153f00bcccbd472 | |
parent | e69747c630abb153e9a7029f076149650552b0c5 [diff] [blame] |
[Bug #1552726] Avoid unnecessary polling at the interpreter prompt when certain versions of readline are being used
diff --git a/Misc/NEWS b/Misc/NEWS index eeab829..9876af9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -139,6 +139,8 @@ - Modifying an empty deque during iteration now raises RuntimeError instead of StopIteration. +- Bug #1552726: fix polling at the interpreter prompt when certain + versions of the readline library are in use. Library -------