summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-07-11 23:06:06 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-07-11 23:06:06 (GMT)
commit5ef96e5fac6f784d3c9336ed0215397e934bff4f (patch)
tree2eebbec9a29bf21f1ea6e066b6b068a4083ad44c /Misc
parentc762242ccad80957e432bbc9563549b7508b0f92 (diff)
downloadcpython-5ef96e5fac6f784d3c9336ed0215397e934bff4f.zip
cpython-5ef96e5fac6f784d3c9336ed0215397e934bff4f.tar.gz
cpython-5ef96e5fac6f784d3c9336ed0215397e934bff4f.tar.bz2
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 1b0c3d1..86e8d16 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -473,6 +473,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.