mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-45000: Update whatsnews about deleting __debug__ (GH-27956)
This commit is contained in:
parent
7903a10963
commit
c764dfbcbc
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
===========
|
||||
|
||||
|
|
|
@ -176,8 +176,6 @@ Other CPython Implementation Changes
|
|||
support :class:`typing.SupportsComplex` and :class:`typing.SupportsBytes` protocols.
|
||||
(Contributed by Mark Dickinson and Dong-hee Na in :issue:`24234`.)
|
||||
|
||||
* 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
|
||||
===========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue