diff options
author | Dong-hee Na <donghee.na@python.org> | 2021-08-26 09:52:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 09:52:00 (GMT) |
commit | 6ea6cf22e9d084c27a4fffbbd298098a6ad5b776 (patch) | |
tree | d2b5dbc710ab7a1e42f3a487a25068ccd26170cc /Doc | |
parent | ea39933b4b76da35874be79f2384e24b38c37351 (diff) | |
download | cpython-6ea6cf22e9d084c27a4fffbbd298098a6ad5b776.zip cpython-6ea6cf22e9d084c27a4fffbbd298098a6ad5b776.tar.gz cpython-6ea6cf22e9d084c27a4fffbbd298098a6ad5b776.tar.bz2 |
[3.10] bpo-45000: Update whatsnews about deleting __debug__ (GH-27956) (GH-27958)
(cherry picked from commit c764dfbcbc12c4653fc8ab39773cf973c9db2757)
Co-authored-by: Dong-hee Na <donghee.na@python.org>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.10.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index d973448..129c0f7 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 =========== |