summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2005-12-17 04:38:31 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2005-12-17 04:38:31 (GMT)
commit835b243c71f5529da95aca5ca78fb9939278cffe (patch)
tree4ecc532040db92844d5dffc65f2edfce8fc6d449 /Misc
parente3547fd2f7b8246113817841e55fe47556f3f41a (diff)
downloadcpython-835b243c71f5529da95aca5ca78fb9939278cffe.zip
cpython-835b243c71f5529da95aca5ca78fb9939278cffe.tar.gz
cpython-835b243c71f5529da95aca5ca78fb9939278cffe.tar.bz2
Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\'
just like string codecs.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1b6ef04..4581e14 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
+- Bug #1379994: Builtin unicode_escape and raw_unicode_escape codec
+ now encodes backslash correctly.
+
- Patch #1350409: Work around signal handling bug in Visual Studio 2005.
- Bug #1281408: Py_BuildValue now works correct even with unsigned longs