New submission from Serhiy Storchaka: Proposed patch removes os.path.splitunc(). It is Windows specific and has been deprecated in 3.1. It is superseded by splitdrive() in 3.x and in 2.7 since 2.7.8 (see issue21672).
---------- components: Library (Lib) files: remove_os_path_splitunc.patch keywords: patch messages: 284926 nosy: serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Remove os.path.splitunc() type: enhancement versions: Python 3.7 Added file: http://bugs.python.org/file46197/remove_os_path_splitunc.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29197> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com