From: Serhiy Storchaka Date: Tue, 1 Jan 2013 20:33:19 +0000 (+0200) Subject: Issue #16819: IDLE method completion now correctly works for bytes literals. X-Git-Tag: v3.4.0a1~1719 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a97274cbcfafda76726193958bbb1aa8b22bfb07;p=thirdparty%2FPython%2Fcpython.git Issue #16819: IDLE method completion now correctly works for bytes literals. --- a97274cbcfafda76726193958bbb1aa8b22bfb07 diff --cc Misc/NEWS index 726777ec0a81,9b22629ec182..594d7f1ff778 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -200,12 -124,11 +200,14 @@@ Core and Builtin Library ------- + - Issue #16819: IDLE method completion now correctly works for bytes literals. + - Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. -- Issue 10527: make multiprocessing use poll() instead of select() if available. +- Issue #16787: Increase asyncore and asynchat default output buffers size, to + decrease CPU usage and increase throughput. + +- Issue #10527: make multiprocessing use poll() instead of select() if available. - Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. Patch by Matthew Barnett.