summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 40e06f0b05..b03b3015e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@ What's new in Python 3.0b1?
Core and Builtins
-----------------
+- Issue #2630: implement PEP 3138. repr() now returns printable
+ Unicode characters unescaped, to get an ASCII-only representation
+ of an object use ascii().
+
- Issue #1342: On windows, Python could not start when installed in a
directory with non-ascii characters.