Skip to content

Commit d4d9219

Browse files
Fix the NEWS entry.
1 parent 0fe1aff commit d4d9219

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Misc/NEWS.d/next/Core and Builtins/2017-09-04-10-46-09.bpo-28411.IU9rQL.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Switch to the abstract API when dealing with ``PyInterpreterState.modules``.
2+
This allows later support for all dict subclasses and other Mapping
3+
implementations. Also add a ``PyImport_GetModule()`` function to reduce
4+
a bunch of duplicated code.

0 commit comments

Comments
 (0)