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 paul.moore
Recipients mesheb82, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-07-11.21:59:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499810358.02.0.726522961288.issue30906@psf.upfronthosting.co.za>
In-reply-to
Content
This is as documented - see https://docs.python.org/3.6/library/os.path.html#os.path.join (" If a component is an absolute path, all previous components are thrown away and joining continues from the absolute path component"). In this case, "/dir2" is an absolute path as it starts with a slash.
History
Date User Action Args
2017-07-11 21:59:18paul.mooresetrecipients: + paul.moore, tim.golden, zach.ware, mesheb82, steve.dower
2017-07-11 21:59:18paul.mooresetmessageid: <1499810358.02.0.726522961288.issue30906@psf.upfronthosting.co.za>
2017-07-11 21:59:18paul.moorelinkissue30906 messages
2017-07-11 21:59:17paul.moorecreate