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 e8ca19c commit cc320d1Copy full SHA for cc320d1
1 file changed
Doc/deprecations/pending-removal-in-future.rst
@@ -78,6 +78,9 @@ although there is currently no date scheduled for their removal.
78
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.
83
+
84
* :class:`!pydoc.ErrorDuringImport`: A tuple value for *exc_info* parameter is
85
deprecated, use an exception instance.
86
0 commit comments