summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-12-07 09:12:50 (GMT)
committerNed Deily <nad@acm.org>2011-12-07 09:12:50 (GMT)
commit3be637e67f9840d93dd3379aa04015ed6502427e (patch)
tree18ca16d0a840594149a1dffec1c20e2211f980f7 /Misc
parent4ce6aa4ba7b5cf4ab48319e873d5afdb4660c76d (diff)
parent2f0ad742b5c13d79aa4e3c2e935cfbe04f1e9a08 (diff)
downloadcpython-3be637e67f9840d93dd3379aa04015ed6502427e.zip
cpython-3be637e67f9840d93dd3379aa04015ed6502427e.tar.gz
cpython-3be637e67f9840d93dd3379aa04015ed6502427e.tar.bz2
Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".
(Patch by Tal Einat)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 0beb5c9..c74b811 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -275,6 +275,7 @@ Rodolpho Eckhardt
John Edmonds
Grant Edwards
John Ehresman
+Tal Einat
Eric Eisner
Andrew Eland
Julien Élie
diff --git a/Misc/NEWS b/Misc/NEWS
index 2444ced..993ba90 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -406,6 +406,9 @@ Core and Builtins
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.