summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-04-03 10:56:49 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-04-03 10:56:49 (GMT)
commitea62d2535f6160d5b4306ea060f5da05cfa7e9ab (patch)
treed3ce394a4d53a281d208995811397a247bb764d6 /Misc/NEWS
parentcf0a2a8576b4780263cfeb96d081eea06a1ebe92 (diff)
downloadcpython-ea62d2535f6160d5b4306ea060f5da05cfa7e9ab.zip
cpython-ea62d2535f6160d5b4306ea060f5da05cfa7e9ab.tar.gz
cpython-ea62d2535f6160d5b4306ea060f5da05cfa7e9ab.tar.bz2
Bug #1421664: Set sys.stderr.encoding
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cb99814..70ed7ca 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
+- Bug #1421664: sys.stderr.encoding is now set to the same value as
+ sys.stdout.encoding.
+
- __import__ accepts keyword arguments.
- Patch #1460496: round() now accepts keyword arguments.