[issue15414] os.path.join behavior on Windows (ntpath.join) is not well documented

2014-10-10 Thread Zachary Ware
Zachary Ware added the comment: Committed, with better line wrapping. Thank you Dave Sawyer for the initial patch, and RDM for the review. -- ___ Python tracker ___

[issue15414] os.path.join behavior on Windows (ntpath.join) is not well documented

2014-10-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 05274a517b37 by Zachary Ware in branch '2.7': Issue #15414: Clean and correct the os.path.join docs. https://hg.python.org/cpython/rev/05274a517b37 New changeset c9c6082d4f9b by Zachary Ware in branch '3.4': Issue #15414: Clean and correct the os.pa

[issue15414] os.path.join behavior on Windows (ntpath.join) is not well documented

2014-10-10 Thread R. David Murray
R. David Murray added the comment: I'd say it was definitely an improvement in terms of comprehensibility. -- ___ Python tracker ___ _

[issue15414] os.path.join behavior on Windows (ntpath.join) is not well documented

2014-10-10 Thread Zachary Ware
Changes by Zachary Ware : -- title: os.path.join behavior on Windows (ntpath.join) is unexpected and not well documented -> os.path.join behavior on Windows (ntpath.join) is not well documented ___ Python tracker