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 h.venev
Recipients h.venev
Date 2014-03-23.13:55:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395582956.56.0.801867388239.issue21039@psf.upfronthosting.co.za>
In-reply-to
Content
Some programs' behavior is different depending on whether the path has a trailing slash or not. Examples include ls, cp, mv, ln, rm and rsync. URL paths may also behave differently. For example http://xkcd.com/1 redirects to http://xkcd.com/1/

Boost.Filesystem's path class also supports trailing slashes in paths. C++'s filesystem library proposal is also based on Boost.Filesystem.
History
Date User Action Args
2014-03-23 13:55:56h.venevsetrecipients: + h.venev
2014-03-23 13:55:56h.venevsetmessageid: <1395582956.56.0.801867388239.issue21039@psf.upfronthosting.co.za>
2014-03-23 13:55:56h.venevlinkissue21039 messages
2014-03-23 13:55:56h.venevcreate