File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 166166 # Deprecated function that was never documented:
167167 ('py:func' , 'getargspec' ),
168168 ('py:func' , 'inspect.getargspec' ),
169+ # Undocumented modules that users shouldn't have to worry about
170+ # (implementation details of `os.path`):
171+ ('py:mod' , 'ntpath' ),
172+ ('py:mod' , 'posixpath' ),
169173]
170174
171175# Temporary undocumented names.
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ Pure paths provide the following methods and properties:
306306.. attribute :: PurePath.pathmod
307307
308308 The implementation of the :mod: `os.path ` module used for low-level path
309- operations: either `` posixpath `` or `` ntpath ` `.
309+ operations: either :mod: ` posixpath ` or :mod: ` ntpath `.
310310
311311 .. versionadded :: 3.13
312312
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ Doc/library/multiprocessing.rst
7272Doc/library/multiprocessing.shared_memory.rst
7373Doc/library/numbers.rst
7474Doc/library/optparse.rst
75- Doc/library/os.path.rst
7675Doc/library/os.rst
7776Doc/library/pickle.rst
7877Doc/library/pickletools.rst
Original file line number Diff line number Diff line change @@ -2144,9 +2144,9 @@ The following features and APIs have been removed from Python 3.7:
21442144* Removed support of the *exclude * argument in :meth: `tarfile.TarFile.add `.
21452145 It was deprecated in Python 2.7 and 3.2. Use the *filter * argument instead.
21462146
2147- * The `` splitunc() `` function in the :mod: ` ntpath ` module was deprecated in
2148- Python 3.1, and has now been removed. Use the :func: `~os.path.splitdrive `
2149- function instead.
2147+ * The :func: ` ! ntpath.splitunc ` function was deprecated in
2148+ Python 3.1, and has now been removed. Use :func: `~os.path.splitdrive `
2149+ instead.
21502150
21512151* :func: `collections.namedtuple ` no longer supports the *verbose * parameter
21522152 or ``_source `` attribute which showed the generated source code for the
You can’t perform that action at this time.
0 commit comments