diff options
author | Christian Heimes <c.heimes@cheimes.de> | 2012-06-20 09:17:58 (GMT) |
---|---|---|
committer | Christian Heimes <c.heimes@cheimes.de> | 2012-06-20 09:17:58 (GMT) |
commit | 0b3847de6dbe451d38d8de940717a5a1f186c2e9 (patch) | |
tree | 62f54dd84693e7b25deae94699b8c240d824b806 /Misc | |
parent | 10c8791978203be95af2c4c1d7ce33496fac880c (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |