This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2017-01-07.17:17:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483809458.59.0.701425626614.issue29197@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2017-01-07 17:17:38serhiy.storchakasetrecipients: + serhiy.storchaka
2017-01-07 17:17:38serhiy.storchakasetmessageid: <1483809458.59.0.701425626614.issue29197@psf.upfronthosting.co.za>
2017-01-07 17:17:38serhiy.storchakalinkissue29197 messages
2017-01-07 17:17:38serhiy.storchakacreate