Skip to content

Commit cc320d1

Browse files
committed
Add entry to 'pending-removal-in-future'
1 parent e8ca19c commit cc320d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/deprecations/pending-removal-in-future.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ although there is currently no date scheduled for their removal.
7878

7979
* :mod:`os`: Calling :func:`os.register_at_fork` in a multi-threaded process.
8080

81+
* :mod:`os.path`: :func:`os.path.commonprefix` is deprecated, use either
82+
:func:`os.path.commonpath` or :func:`string.commonprefix` instead.
83+
8184
* :class:`!pydoc.ErrorDuringImport`: A tuple value for *exc_info* parameter is
8285
deprecated, use an exception instance.
8386

0 commit comments

Comments
 (0)