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 socketpair
Recipients socketpair
Date 2011-05-18.19:05:25
SpamBayes Score 4.5098586e-06
Marked as misclassified No
Message-id <1305745526.57.0.545420875857.issue12104@psf.upfronthosting.co.za>
In-reply-to
Content
os.path.join('/some/path', '') adds extra slash at end of result. I expect in that case return value should be '/some/path' but not '/some/path/'
History
Date User Action Args
2011-05-18 19:05:26socketpairsetrecipients: + socketpair
2011-05-18 19:05:26socketpairsetmessageid: <1305745526.57.0.545420875857.issue12104@psf.upfronthosting.co.za>
2011-05-18 19:05:26socketpairlinkissue12104 messages
2011-05-18 19:05:25socketpaircreate