[issue29197] Remove os.path.splitunc()

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +835 ___ Python tracker ___ ___

[issue29197] Remove os.path.splitunc()

2017-01-13 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue29197] Remove os.path.splitunc()

2017-01-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2be38927ea61 by Serhiy Storchaka in branch 'default': Issue #29197: Removed deprecated function ntpath.splitunc(). https://hg.python.org/cpython/rev/2be38927ea61 -- nosy: +python-dev ___ Python tracker

[issue29197] Remove os.path.splitunc()

2017-01-13 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___

[issue29197] Remove os.path.splitunc()

2017-01-07 Thread Serhiy Storchaka
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