summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <c.heimes@cheimes.de>2012-06-20 09:17:58 (GMT)
committerChristian Heimes <c.heimes@cheimes.de>2012-06-20 09:17:58 (GMT)
commit0b3847de6dbe451d38d8de940717a5a1f186c2e9 (patch)
tree62f54dd84693e7b25deae94699b8c240d824b806 /Misc
parent10c8791978203be95af2c4c1d7ce33496fac880c (diff)
downloadcpython-0b3847de6dbe451d38d8de940717a5a1f186c2e9.zip
cpython-0b3847de6dbe451d38d8de940717a5a1f186c2e9.tar.gz
cpython-0b3847de6dbe451d38d8de940717a5a1f186c2e9.tar.bz2
Issue #15096: Drop support for the ur string prefix
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 bcf28bd..2f9236f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3.0 Beta 1?
Core and Builtins
-----------------
+- Issue #15096: Removed support for ur'' as the raw notation isn't
+ compatible with Python 2.x's raw unicode strings.
+
- Issue #13783: Generator objects now use the identifier APIs internally
- Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels.