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 dsawyer
Recipients brian.curtin, christian.heimes, docs@python, dsawyer, eckhardt, ezio.melotti, jorend, mdengler, mhammond, r.david.murray, terry.reedy, tim.golden
Date 2014-04-17.21:47:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397771236.07.0.185695605958.issue15414@psf.upfronthosting.co.za>
In-reply-to
Content
http://bugs.python.org/issue1669539 has been partially fixed. On Windows os.path.join('foo', 'a:bar') gives 'a:bar' not 'foo\\a:bar'. However os.path.isabs('a:bar') returns False yet it causes a reset in the join like an absolute path.

'\foo' is considered an absolute path even though calling os.path.abspath on it can yield different results - as if it were a relative path. At minimum we should amend the wording about what resets the join.
History
Date User Action Args
2014-04-17 21:47:16dsawyersetrecipients: + dsawyer, mhammond, terry.reedy, jorend, christian.heimes, tim.golden, ezio.melotti, eckhardt, r.david.murray, brian.curtin, docs@python, mdengler
2014-04-17 21:47:16dsawyersetmessageid: <1397771236.07.0.185695605958.issue15414@psf.upfronthosting.co.za>
2014-04-17 21:47:16dsawyerlinkissue15414 messages
2014-04-17 21:47:15dsawyercreate