[issue29197] Remove os.path.splitunc()

Serhiy Storchaka report at bugs.python.org
Sat Jan 7 12:17:38 EST 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue29197>
_______________________________________


More information about the Python-bugs-list mailing list