[Python-checkins] r52014 - python/trunk/Misc/NEWS

andrew.kuchling python-checkins at python.org
Wed Sep 27 18:37:31 CEST 2006


Author: andrew.kuchling
Date: Wed Sep 27 18:37:30 2006
New Revision: 52014

Modified:
   python/trunk/Misc/NEWS
Log:
Add news item for rev. 51815

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed Sep 27 18:37:30 2006
@@ -105,6 +105,12 @@
   - iso2022_jp_3 and iso2022_jp_2004 codec can encode JIS X 0213:2
     codepoints now.
 
+- Bug #1552726: in readline.c, avoid repeatedly polling in interactive
+  mode by only placing a timeout on the select() if an input hook has
+  been defined.  This prevents an interactive Python from waking up 10
+  times per second.  Patch by Richard Boulton.
+
+
 Tests
 -----
 


More information about the Python-checkins mailing list