summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.10.rst
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na@python.org>2021-08-26 00:36:16 (GMT)
committerGitHub <noreply@github.com>2021-08-26 00:36:16 (GMT)
commitc764dfbcbc12c4653fc8ab39773cf973c9db2757 (patch)
tree03a11018e851aa19ee9aa13370efa56602a5154e /Doc/whatsnew/3.10.rst
parent7903a1096343d8018e889029f025d39bdd077170 (diff)
downloadcpython-c764dfbcbc12c4653fc8ab39773cf973c9db2757.zip
cpython-c764dfbcbc12c4653fc8ab39773cf973c9db2757.tar.gz
cpython-c764dfbcbc12c4653fc8ab39773cf973c9db2757.tar.bz2
bpo-45000: Update whatsnews about deleting __debug__ (GH-27956)
Diffstat (limited to 'Doc/whatsnew/3.10.rst')
-rw-r--r--Doc/whatsnew/3.10.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 6040daa..70c5140 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -883,6 +883,8 @@ Other Language Changes
collisions when creating dictionaries and sets containing multiple NaNs.
(Contributed by Raymond Hettinger in :issue:`43475`.)
+* A :exc:`SyntaxError` (instead of a :exc:`NameError`) will be raised when deleting the :const:`__debug__` constant. (Contributed by Dong-hee Na in :issue:`45000`.)
+
New Modules
===========