[issue1669539] Add os.path.isrelative() and improve ntpath.isabs()

2019-04-26 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue1669539] Add os.path.isrelative() and improve ntpath.isabs()

2014-10-10 Thread Zachary Ware
Zachary Ware added the comment: To kick this along a bit, do the following testcases seem like the right behavior to others, based on Mark Hammond's roadmap in msg51983? If there's some agreement, I'll work on getting a modernized patch put together. # currently (3.4) assertTrue(ntpath.isabs(

[issue1669539] Add os.path.isrelative() and improve ntpath.isabs()

2014-09-27 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- title: Improve Windows os.path.join (ntpath.join) "smart" joining -> Add os.path.isrelative() and improve ntpath.isabs() versions: +Python 3.5 -Python 3.4 ___ Python tracker