1 May 2009 02:33
[issue5799] Change ntpath functions to implicitly support UNC paths
Eric Smith <report <at> bugs.python.org>
2009-05-01 00:33:26 GMT
2009-05-01 00:33:26 GMT
Eric Smith <eric <at> trueblade.com> added the comment: The doc patch doesn't apply cleanly for me. There are a number of code cleanups in the patch, like 0->False, 1->True, the improvement of the params to path(), improvement in isabs(), etc. I think these cleanups should be made in a separate patch, so that it's easier to evaluate what's really involved in this change. I'd be happy to do that, and produce the patches, if you could produce a clean patch. The docstring for splitdrive() should be indented, see PEP 257. Also, the code snippet in that docstring is wrong, it uses 'split' where it should be 'result', I think. I haven't worked my way through all of the code and tests, yet. ---------- nosy: +eric.smith _______________________________________ Python tracker <report <at> bugs.python.org> <http://bugs.python.org/issue5799> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org(Continue reading)
RSS Feed