cpython/Doc/whatsnew
Brett Cannon 8f5ac5106e Issue #15767: Touch up ModuleNotFoundError usage by import.
Forgot to raise ModuleNotFoundError when None is found in sys.modules.
This led to introducing the C function PyErr_SetImportErrorSubclass()
to make setting ModuleNotFoundError easier.

Also updated the reference docs to mention ModuleNotFoundError
appropriately. Updated the docs for ModuleNotFoundError to mention the
None in sys.modules case.

Lastly, it was noticed that PyErr_SetImportError() was not setting an
exception when returning None in one case. That issue is now fixed.
2013-06-12 23:29:18 -04:00
..
2.0.rst Issue #15527: fix docs, remove double parens by changing markup. 2012-08-11 21:14:08 +03:00
2.1.rst Issue #15527: fix docs, remove double parens by changing markup. 2012-08-11 21:14:08 +03:00
2.2.rst Issue #15527: fix docs, remove double parens by changing markup. 2012-08-11 21:14:08 +03:00
2.3.rst Merge #15543: glossary entry for and 'universal newlines', and links to it. 2012-08-15 11:11:27 -04:00
2.4.rst Merge #15543: glossary entry for and 'universal newlines', and links to it. 2012-08-15 11:11:27 -04:00
2.5.rst Merge #15543: glossary entry for and 'universal newlines', and links to it. 2012-08-15 11:11:27 -04:00
2.6.rst Remove confusing "Release" and "Date" markers from whatsnews. 2012-10-28 13:35:56 +01:00
2.7.rst Remove confusing "Release" and "Date" markers from whatsnews. 2012-10-28 13:35:56 +01:00
3.0.rst Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2. 2012-10-28 13:37:18 +01:00
3.1.rst Remove confusing "Release" and "Date" markers from whatsnews. 2012-10-28 13:35:56 +01:00
3.2.rst - Issue #16754: Fix the incorrect shared library extension on linux. Introduce 2013-03-21 13:31:41 -07:00
3.3.rst #17623: fix whatsnew typo 2013-04-03 06:16:14 -04:00
3.4.rst Issue #15767: Touch up ModuleNotFoundError usage by import. 2013-06-12 23:29:18 -04:00
changelog.rst Fix/improve the changelog filtering. 2012-10-02 01:43:42 +03:00
index.rst merge with 3.3. 2012-10-01 19:09:00 +02:00