summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-07-11 23:10:08 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-07-11 23:10:08 (GMT)
commit902be136be37f3d9fe8a301697821c9cc4e57709 (patch)
tree293097eb3fca6a3ccc3dd5725f7fe82a1e4e091b /Misc
parent16d037653d50a035f106636715095840e4fabe70 (diff)
downloadcpython-902be136be37f3d9fe8a301697821c9cc4e57709.zip
cpython-902be136be37f3d9fe8a301697821c9cc4e57709.tar.gz
cpython-902be136be37f3d9fe8a301697821c9cc4e57709.tar.bz2
Merged revisions 82828 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82828 | benjamin.peterson | 2010-07-11 18:06:06 -0500 (Sun, 11 Jul 2010) | 1 line allow byte literals ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 601943f..7c26473 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,8 @@ C-API
Library
-------
+- ``ast.literal_eval()`` now allows byte literals.
+
- Issue #9137: Fix issue in MutableMapping.update, which incorrectly
treated keyword arguments called 'self' or 'other' specially.