mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.11] Remove stray backtick in NEWS entry (GH-115356) (#115363)
Remove stray backtick in NEWS entry (GH-115356)
(cherry picked from commit a82fbc13d0)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
This commit is contained in:
parent
f0c58c6475
commit
c568d44a54
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Most exceptions are now ignored when attempting to set the ``__orig_class__``
|
||||
attribute on objects returned when calling :mod:`typing` generic aliases
|
||||
(including generic aliases created using :data:`typing.Annotated`).
|
||||
Previously only :exc:`AttributeError`` was ignored. Patch by Dave Shawley.
|
||||
Previously only :exc:`AttributeError` was ignored. Patch by Dave Shawley.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue