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 rhwlo
Recipients paul.moore, rhwlo, steve.dower, tim.golden, zach.ware
Date 2018-10-10.02:41:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539139274.74.0.788709270274.issue34949@psf.upfronthosting.co.za>
In-reply-to
Content
After the changes from https://github.com/python/cpython/pull/8544, ntpath.abspath no longer calls normpath on the output of nt._getfullpathname. This unfortunately causes "python setup.py develop" on a project to become upset in some instances because two paths (which should be equal) differ by a trailing slash.

Presumably this could be corrected by updating https://github.com/python/cpython/blob/0185f34ddcf07b78feb6ac666fbfd4615d26b028/Lib/ntpath.py#L526 to use normpath when it calls _getfullpathname.
History
Date User Action Args
2018-10-10 02:41:14rhwlosetrecipients: + rhwlo, paul.moore, tim.golden, zach.ware, steve.dower
2018-10-10 02:41:14rhwlosetmessageid: <1539139274.74.0.788709270274.issue34949@psf.upfronthosting.co.za>
2018-10-10 02:41:14rhwlolinkissue34949 messages
2018-10-10 02:41:13rhwlocreate