cpython/Doc/whatsnew
Brett Cannon 02d8454002 Issue #23014: Make importlib.abc.Loader.create_module() required when
importlib.abc.Loader.exec_module() is also defined.

Before this change, create_module() was optional **and** could return
None to trigger default semantics. This change now reduces the
options for choosing default semantics to one and in the most
backporting-friendly way (define create_module() to return None).
2015-01-09 11:39:21 -05:00
..
2.0.rst Fixing broken links in doc, part 4: some more breaks and redirects 2014-10-29 10:57:37 +01:00
2.1.rst Merge with 3.4 2014-10-29 08:37:29 +01:00
2.2.rst Use https:// URLs when referring to python.org hosts. 2014-10-29 08:36:35 +01:00
2.3.rst Fixing broken links in doc, part 4: some more breaks and redirects 2014-10-29 10:57:37 +01:00
2.4.rst Use https:// URLs when referring to python.org hosts. 2014-10-29 08:36:35 +01:00
2.5.rst Use https:// URLs when referring to python.org hosts. 2014-10-29 08:36:35 +01:00
2.6.rst Fixing broken links in doc, part 4: some more breaks and redirects 2014-10-29 10:57:37 +01:00
2.7.rst Fixing broken links in doc, part 4: some more breaks and redirects 2014-10-29 10:57:37 +01:00
3.0.rst Doc: fix default role usage (except in unittest mock docs) 2014-10-30 22:26:26 +01:00
3.1.rst Fixing broken links in doc, part 4: some more breaks and redirects 2014-10-29 10:57:37 +01:00
3.2.rst Fixing broken links in doc, part 4: some more breaks and redirects 2014-10-29 10:57:37 +01:00
3.3.rst Removed duplicated words in in comments and docs. 2014-12-01 18:30:14 +02:00
3.4.rst PEP 476: enable HTTPS certificate verification by default (#22417) 2014-11-03 14:29:33 -05:00
3.5.rst Issue #23014: Make importlib.abc.Loader.create_module() required when 2015-01-09 11:39:21 -05:00
changelog.rst Fixing broken links in doc, part 4: some more breaks and redirects 2014-10-29 10:57:37 +01:00
index.rst Doc: add What's New in Python 3.5 to whatsnew index 2014-03-18 09:01:21 +01:00