[issue5799] Change ntpath functions to implicitly support UNC paths

Mark Hammond report at bugs.python.org
Wed May 6 06:44:04 CEST 2009


Mark Hammond <mhammond at users.sourceforge.net> added the comment:

This looks good to me.

My take on Guido's earlier notes are that they caused a problem in
practice, and the philosophical concerns added justification for
removing it.  I'm yet to meet a Windows user with a philosophical
objection to this.

I'm attaching a new patch; I've added a news entry, changed to a
PendingDeprecation warning and moved the import of the warnings module
to the splitunc function to avoid extra import overhead, even if tiny. 
Could anyone still awake and available please have a quick review of the
news entry and my change?

----------
assignee:  -> mhammond
Added file: http://bugs.python.org/file13902/markh.ntpath.r72374.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5799>
_______________________________________


More information about the Python-bugs-list mailing list