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 eric.araujo
Recipients eric.araujo, meatballhat, tarek
Date 2010-05-01.15:34:25
SpamBayes Score 7.3908723e-06
Marked as misclassified No
Message-id <1272728068.01.0.141826268134.issue8591@psf.upfronthosting.co.za>
In-reply-to
Content
Pepeightification is ok for things like whitespace that do not break compatibility (don’t waste time doing it manually though, we have automated tools that can be used to reindent the whole of Distutils2). However, renaming classes and functions has to be done with caution, if there’s code out there that depends on the module. Moreover, PEP 8 does not tell everything, e.g. other PEPs describe good practices for doctrings, and a lot of  idioms are not covered in PEP 8. Distutils2 also has the constraint of having to stay compatible with Python 2.4. Personally, I also find that the name of the script is misleading.

That said, I don’t know the status of mkpkg. If we aim at removing the setup.py script, a utility that helps writing setup.py scripts is doomed to be removed. Or it may be repurposed to write a setup.cfg file.
History
Date User Action Args
2010-05-01 15:34:28eric.araujosetrecipients: + eric.araujo, tarek, meatballhat
2010-05-01 15:34:28eric.araujosetmessageid: <1272728068.01.0.141826268134.issue8591@psf.upfronthosting.co.za>
2010-05-01 15:34:26eric.araujolinkissue8591 messages
2010-05-01 15:34:26eric.araujocreate