Akima added the comment: eryksun: You have marked this bug as effecting Python 2.7. When I tested for the bug on 2.7.5 the problem didn't show up:
Python 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import os.path >>> os.path.isabs(r"\\server") True >>> os.path.isabs(r"\\server\share") True >>> os.path.isabs(r"\\server\share\folder") True >>> os.path.isabs(r"\\server\share\folder\folder") True >>> Did you independently test a later release of version 2.7 and find the issue? If not, could you remove Python 2.7 from the "Versions" list. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22302> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com