From: Ned Deily Date: Wed, 7 Dec 2011 09:12:50 +0000 (-0800) Subject: Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". X-Git-Tag: v3.3.0a1~669 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3be637e67f9840d93dd3379aa04015ed6502427e;p=thirdparty%2FPython%2Fcpython.git Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". (Patch by Tal Einat) --- 3be637e67f9840d93dd3379aa04015ed6502427e diff --cc Misc/ACKS index 0beb5c9002d3,0f921658d667..c74b8111f2d6 --- a/Misc/ACKS +++ b/Misc/ACKS @@@ -272,9 -254,9 +272,10 @@@ Maxim Dzumanenk Walter Dörwald Hans Eckardt Rodolpho Eckhardt +John Edmonds Grant Edwards John Ehresman + Tal Einat Eric Eisner Andrew Eland Julien Élie diff --cc Misc/NEWS index 2444ced68697,91fae4505b4b..993ba908efdc --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -406,9 -90,9 +406,12 @@@ Core and Builtin Library ------- + - Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". + Patch by Tal Einat. + +- Issue #13464: Add a readinto() method to http.client.HTTPResponse. Patch + by Jon Kuhn. + - tarfile.py: Correctly detect bzip2 compressed streams with blocksizes other than 900k.