You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/whatsnew/3.10.rst
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -883,6 +883,8 @@ Other Language Changes
883
883
collisions when creating dictionaries and sets containing multiple NaNs.
884
884
(Contributed by Raymond Hettinger in :issue:`43475`.)
885
885
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`.)
Copy file name to clipboardExpand all lines: Doc/whatsnew/3.11.rst
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -176,8 +176,6 @@ Other CPython Implementation Changes
176
176
support :class:`typing.SupportsComplex` and :class:`typing.SupportsBytes` protocols.
177
177
(Contributed by Mark Dickinson and Dong-hee Na in :issue:`24234`.)
178
178
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`.)
0 commit comments