Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100883f commit 777622bCopy full SHA for 777622b
1 file changed
Doc/whatsnew/3.4.rst
@@ -209,4 +209,8 @@ Porting to Python 3.4
209
This section lists previously described changes and other bugfixes
210
that may require changes to your code.
211
212
-* Nothing yet.
+* 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