Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 777622b

Browse files
committed
What's new entry for issue #17093
1 parent 100883f commit 777622b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Doc/whatsnew/3.4.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,8 @@ Porting to Python 3.4
209209
This section lists previously described changes and other bugfixes
210210
that may require changes to your code.
211211

212-
* Nothing yet.
212+
* The ABCs defined in :mod:`importlib.abc` now either raise the appropriate
213+
exception or return a default value instead of raising
214+
:exc:`NotImplementedError` blindly. This will only affect code calling
215+
:func:`super` and falling through all the way to the ABCs. For compatibility,
216+
catch both :exc:`NotImplementedError` or the appropriate exception as needed.

0 commit comments

Comments
 (0)