summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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 a90aee9..b80bd52 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,9 @@ Core and Builtins
- Issue #5587: add a repr to dict_proxy objects. Patch by David Stanek and
Daniel Urban.
+- Issue #11506: Trying to assign to a bytes literal should result in a
+ SyntaxError.
+
Library
-------