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 pombredanne
Recipients docs@python, pombredanne
Date 2015-04-13.07:30:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428910211.95.0.877861303749.issue23929@psf.upfronthosting.co.za>
In-reply-to
Content
There is a minor typo in the docstring of os.renames:

See https://hg.python.org/cpython/file/37905786b34b/Lib/os.py#l275

"After the rename, directories corresponding to rightmost path segments of the old name will be pruned way until [..]"

This should be using away instead of way:

"After the rename, directories corresponding to rightmost path segments of the old name will be pruned away until [..]"
History
Date User Action Args
2015-04-13 07:30:11pombredannesetrecipients: + pombredanne, docs@python
2015-04-13 07:30:11pombredannesetmessageid: <1428910211.95.0.877861303749.issue23929@psf.upfronthosting.co.za>
2015-04-13 07:30:11pombredannelinkissue23929 messages
2015-04-13 07:30:11pombredannecreate