summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-07-18 14:36:12 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-07-18 14:36:12 (GMT)
commit22dcfccee5adb56bf3f2c90dc1ad61cd28251e10 (patch)
tree96d9ed1ea5f1cb92d67b4353a03a315e129d18a8 /Misc
parent7a502de6f809f1ecb110bd84ffda94dd852f53ed (diff)
downloadcpython-22dcfccee5adb56bf3f2c90dc1ad61cd28251e10.zip
cpython-22dcfccee5adb56bf3f2c90dc1ad61cd28251e10.tar.gz
cpython-22dcfccee5adb56bf3f2c90dc1ad61cd28251e10.tar.bz2
remove support for byte literals; a new feature
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ea62b9..6a273d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -83,8 +83,6 @@ Library
- Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.
-- ``ast.literal_eval()`` now allows byte literals.
-
- Issue #9137: Fix issue in MutableMapping.update, which incorrectly
treated keyword arguments called 'self' or 'other' specially.