mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.10] bpo-45000: Update whatsnews about deleting __debug__ (GH-27956) (GH-27958)
(cherry picked from commit c764dfbcbc)
Co-authored-by: Dong-hee Na <donghee.na@python.org>
This commit is contained in:
parent
ea39933b4b
commit
6ea6cf22e9
1 changed files with 2 additions and 0 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
|
||||
===========
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue