[issue31047] Windows: os.path.isabs(os.path.abspath(" ")) == False

Steve Dower report at bugs.python.org
Tue Oct 23 13:43:20 EDT 2018


Steve Dower <steve.dower at python.org> added the comment:

Agreed, it no longer matches os.normpath()'s declared behavior by not trimming the end separator.

It's obviously too late for the current release (I'd hope Django is one of the projects running tests against RC's, but I guess not :( ), but I think we can fix it for the next updates on all versions.

Patches welcome.

----------
assignee: steve.dower -> 
resolution: fixed -> 
stage: resolved -> needs patch
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31047>
_______________________________________


More information about the Python-bugs-list mailing list