mirror of
https://github.com/python/cpython.git
synced 2026-01-07 16:02:55 +00:00
What's new entry for issue #17093
This commit is contained in:
parent
100883f0cb
commit
777622b6ca
1 changed files with 5 additions and 1 deletions
|
|
@ -209,4 +209,8 @@ Porting to Python 3.4
|
|||
This section lists previously described changes and other bugfixes
|
||||
that may require changes to your code.
|
||||
|
||||
* Nothing yet.
|
||||
* The ABCs defined in :mod:`importlib.abc` now either raise the appropriate
|
||||
exception or return a default value instead of raising
|
||||
:exc:`NotImplementedError` blindly. This will only affect code calling
|
||||
:func:`super` and falling through all the way to the ABCs. For compatibility,
|
||||
catch both :exc:`NotImplementedError` or the appropriate exception as needed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue