summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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.