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 cool-RR
Recipients cjwelborn, cool-RR, pitrou, serhiy.storchaka
Date 2014-01-21.10:23:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390299807.65.0.71297848528.issue20218@psf.upfronthosting.co.za>
In-reply-to
Content
Christopher and Serhiy, I would appreciate if you could kindly explain why your arguments, while applying to my suggestions, do not apply to the following functions:

 - `Path.stat`
 - `Path.owner`
 - `Path.group`
 - `Path.open`
 - `Path.chmod`
 - `Path.lchmod`
 - `Path.unlink`
 - `Path.rmdir`
 - `Path.lstat`
 - `Path.rename`
 - `Path.replace`
 - `Path.symlink_to`

I am quite sick of all those lofty principles being quoted when I want to add something to Python, yet I see Python features that break them all the time.
History
Date User Action Args
2014-01-21 10:23:27cool-RRsetrecipients: + cool-RR, pitrou, serhiy.storchaka, cjwelborn
2014-01-21 10:23:27cool-RRsetmessageid: <1390299807.65.0.71297848528.issue20218@psf.upfronthosting.co.za>
2014-01-21 10:23:27cool-RRlinkissue20218 messages
2014-01-21 10:23:27cool-RRcreate