Skip to content

Commit c764dfb

Browse files
authored
bpo-45000: Update whatsnews about deleting __debug__ (GH-27956)
1 parent 7903a10 commit c764dfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,8 @@ Other Language Changes
883883
collisions when creating dictionaries and sets containing multiple NaNs.
884884
(Contributed by Raymond Hettinger in :issue:`43475`.)
885885
886+
* 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`.)
887+
886888
New Modules
887889
===========
888890

Doc/whatsnew/3.11.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ Other CPython Implementation Changes
176176
support :class:`typing.SupportsComplex` and :class:`typing.SupportsBytes` protocols.
177177
(Contributed by Mark Dickinson and Dong-hee Na in :issue:`24234`.)
178178

179-
* 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`.)
180-
181179

182180
New Modules
183181
===========

0 commit comments

Comments
 (0)