File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 152
152
# Deprecated function that was never documented:
153
153
('py:func' , 'getargspec' ),
154
154
('py:func' , 'inspect.getargspec' ),
155
+ # Undocumented modules that users shouldn't have to worry about
156
+ # (implementation details of `os.path`):
157
+ ('py:mod' , 'ntpath' ),
158
+ ('py:mod' , 'posixpath' ),
155
159
]
156
160
157
161
# Temporary undocumented names.
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ Doc/library/multiprocessing.rst
75
75
Doc/library/multiprocessing.shared_memory.rst
76
76
Doc/library/numbers.rst
77
77
Doc/library/optparse.rst
78
- Doc/library/os.path.rst
79
78
Doc/library/os.rst
80
79
Doc/library/pickle.rst
81
80
Doc/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:
2144
2144
* Removed support of the *exclude * argument in :meth: `tarfile.TarFile.add `.
2145
2145
It was deprecated in Python 2.7 and 3.2. Use the *filter * argument instead.
2146
2146
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.
2150
2150
2151
2151
* :func: `collections.namedtuple ` no longer supports the *verbose * parameter
2152
2152
or ``_source `` attribute which showed the generated source code for the
You can’t perform that action at this time.
0 commit comments