Kaydet (Commit) 43889c0b authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Add news item for rev. 51815

üst 11b35352
...@@ -105,6 +105,12 @@ Extension Modules ...@@ -105,6 +105,12 @@ Extension Modules
- iso2022_jp_3 and iso2022_jp_2004 codec can encode JIS X 0213:2 - iso2022_jp_3 and iso2022_jp_2004 codec can encode JIS X 0213:2
codepoints now. 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 Tests
----- -----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment