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 berker.peksag
Recipients Bruce.Leban, berker.peksag, elixir, gvanrossum, martin.panter, pitrou, python-dev, r.david.murray, serhiy.storchaka, tim.golden, valhallasw, zach.ware
Date 2014-01-28.05:48:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390888096.33.0.906445650479.issue19456@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Serhiy, there are commented-out lines in the 2.7 version of the patch. Are they intentionally there?:

+        #tester("ntpath.join('//computer/share', 'x/y')", '//computer/share\\x/y')
+        #tester("ntpath.join('//computer/share/', 'x/y')", '//computer/share/x/y')
+        #tester("ntpath.join('//computer/share/a/b', 'x/y')", '//computer/share/a/b\\x/y')

+        #tester("ntpath.join('//computer/share', '/x/y')", '//computer/share/x/y')
+        #tester("ntpath.join('//computer/share/', '/x/y')", '//computer/share/x/y')
+        #tester("ntpath.join('//computer/share/a', '/x/y')", '//computer/share/x/y')

http://hg.python.org/cpython/rev/6b314f5c9404
History
Date User Action Args
2014-01-28 05:48:16berker.peksagsetrecipients: + berker.peksag, gvanrossum, pitrou, tim.golden, r.david.murray, valhallasw, python-dev, martin.panter, zach.ware, serhiy.storchaka, elixir, Bruce.Leban
2014-01-28 05:48:16berker.peksagsetmessageid: <1390888096.33.0.906445650479.issue19456@psf.upfronthosting.co.za>
2014-01-28 05:48:16berker.peksaglinkissue19456 messages
2014-01-28 05:48:16berker.peksagcreate