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 tshepang
Recipients docs@python, hynek, tarek, tshepang
Date 2012-06-23.01:16:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340414189.13.0.761337231991.issue15148@psf.upfronthosting.co.za>
In-reply-to
Content
I find this a little hard to parse (ignoring the obvious typo and the grammar error):

"""
Given a file, mode, and a path string, return the path whichs conform to the given mode on the path.
"""

One other suggestion: wouldn't 'file' read better as 'command'?
History
Date User Action Args
2012-06-23 01:16:29tshepangsetrecipients: + tshepang, tarek, docs@python, hynek
2012-06-23 01:16:29tshepangsetmessageid: <1340414189.13.0.761337231991.issue15148@psf.upfronthosting.co.za>
2012-06-23 01:16:28tshepanglinkissue15148 messages
2012-06-23 01:16:27tshepangcreate