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 lukasz.langa
Recipients lukasz.langa, r.david.murray, Łukasz.Balcerzak
Date 2013-06-15.14:00:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371304828.12.0.418211462315.issue18222@psf.upfronthosting.co.za>
In-reply-to
Content
Would you expect to make the following also accept a sequence of path elements?

- normpath, realpath, relpath
- dirname
- exists, lexists
- expanduser, expandvars
- isdir, isfile, islink
- getsize, etc.

I agree with R. David's sentiment. Moreover, relpath takes an optional second argument which would make this change backward incompatible.
History
Date User Action Args
2013-06-15 14:00:28lukasz.langasetrecipients: + lukasz.langa, r.david.murray, Łukasz.Balcerzak
2013-06-15 14:00:28lukasz.langasetmessageid: <1371304828.12.0.418211462315.issue18222@psf.upfronthosting.co.za>
2013-06-15 14:00:28lukasz.langalinkissue18222 messages
2013-06-15 14:00:28lukasz.langacreate