summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-03-30 10:53:17 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-03-30 10:53:17 (GMT)
commit262c00a21e4fff85b8d4cad95256684fa219d5e2 (patch)
tree462941320bd222eb01e09afa4989c8245b55fb0a /Misc
parent80a5d017906f6d3111da619e686a49ecc938cb12 (diff)
downloadcpython-262c00a21e4fff85b8d4cad95256684fa219d5e2.zip
cpython-262c00a21e4fff85b8d4cad95256684fa219d5e2.tar.gz
cpython-262c00a21e4fff85b8d4cad95256684fa219d5e2.tar.bz2
Fixed bug #1459029 - unicode reprs were double-escaped.
Backed out an old patch from 2000.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6a316cc..e85fef1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
+- Fixed bug #1459029 - unicode reprs were double-escaped.
+
- Patch #1396919: The system scope threads are reenabled on FreeBSD
5.4 and later versions.