summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-04-12 23:34:30 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-04-12 23:34:30 (GMT)
commit62f8bcb0a46fc0d8747ba2ab7e8d7311d73f82f7 (patch)
tree72579763dd5a5d68069e70bea38f31e78185fcf3 /Misc
parentb17abb1af9e36c728e4fc9e27a9fd9441d3f77a2 (diff)
parentabdeeff3d1fa505fa1d49970cb7a70446f3e2b75 (diff)
downloadcpython-62f8bcb0a46fc0d8747ba2ab7e8d7311d73f82f7.zip
cpython-62f8bcb0a46fc0d8747ba2ab7e8d7311d73f82f7.tar.gz
cpython-62f8bcb0a46fc0d8747ba2ab7e8d7311d73f82f7.tar.bz2
merge 3.1
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c530cd8..bacd1b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -490,6 +490,9 @@ Core and Builtins
- Add sys.flags attribute for the new -q command-line option.
+- Issue #11506: Trying to assign to a bytes literal should result in a
+ SyntaxError.
+
Library
-------