We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc320d1 commit 879d6ecCopy full SHA for 879d6ec
Doc/deprecations/pending-removal-in-future.rst
@@ -79,7 +79,8 @@ although there is currently no date scheduled for their removal.
79
* :mod:`os`: Calling :func:`os.register_at_fork` in a multi-threaded process.
80
81
* :mod:`os.path`: :func:`os.path.commonprefix` is deprecated, use either
82
- :func:`os.path.commonpath` or :func:`string.commonprefix` instead.
+ :func:`os.path.commonpath` for path prefixes or
83
+ :func:`string.commonprefix` for string prefixes.
84
85
* :class:`!pydoc.ErrorDuringImport`: A tuple value for *exc_info* parameter is
86
deprecated, use an exception instance.
0 commit comments