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 rmilne
Recipients christian.heimes, rmilne, vstinner
Date 2013-06-21.13:34:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371821683.84.0.183153156249.issue17913@psf.upfronthosting.co.za>
In-reply-to
Content
I already see my name change will cause problems. The tarfile.py (Lib/tarfile.py:277) module relies on the function being named 'filemode'.

As the stat.filemode function is relatively new, I don't know how many other modules rely on it. I changed the name because I thought the new name (mode2str) better described what the function does, and is orthogonal to the reverse function (str2mode).

But, of course, I've no issue with whatever the functions are finally named... I'll leave the decision to someone with a bit more experience.
History
Date User Action Args
2013-06-21 13:34:43rmilnesetrecipients: + rmilne, vstinner, christian.heimes
2013-06-21 13:34:43rmilnesetmessageid: <1371821683.84.0.183153156249.issue17913@psf.upfronthosting.co.za>
2013-06-21 13:34:43rmilnelinkissue17913 messages
2013-06-21 13:34:43rmilnecreate