Skip to content

Commit cb61374

Browse files
committed
Split the blurb entry into site.py and pkgutil.resolve_name() descriptions
1 parent eb6ddef commit cb61374

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
:pep:`829` (package startup configuration files) implements a new format
22
``<name>.start`` parallel to ``<name>.pth`` files, to replace ``import``
33
lines in the latter.
4-
5-
:func:`pkgutil.resolve_name` gets a new optional, keyword-only argument called
6-
``strict``. The default is ``False`` for backward compatibility.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
:func:`pkgutil.resolve_name` gets a new optional, keyword-only argument
2+
called ``strict``. The default is ``False`` for backward compatibility.

0 commit comments

Comments
 (0)