pyreadline: chunking calls to WriteConsoleW to ensure not exceeding 64k limit

This commit is contained in:
jstenar
2008-01-04 16:57:27 +00:00
parent d5f51de69a
commit 66a2fc410e
2 changed files with 12 additions and 25 deletions
+3
View File
@@ -1,3 +1,6 @@
2008-01-04 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* Chunking calls to WriteConsoleW to ensure not exceeding 64k limit
2007-11-28 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* Warning messages for failed calls to parse_and_bind now disabled by default
Can be enabled by call to debug_output("on_nologfile") in pyreadlineconfig.ini