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 loewis
Recipients alexandre.vassalotti, loewis, pitrou, valhallasw
Date 2012-02-25.10:28:58
SpamBayes Score 0.019026352
Marked as misclassified No
Message-id <1330165739.23.0.982873091135.issue14118@psf.upfronthosting.co.za>
In-reply-to
Content
I'm -1 on splitting the file. This is C, splitting it up will make it *harder* to understand, as you have to search across multiple files to find anything.

If you want to make it more readable, I propose that you
a) put a comment in the top explaining how the file is structured
b) put

/*****************************************************************/

  section headers between logical groups of functions.
History
Date User Action Args
2012-02-25 10:28:59loewissetrecipients: + loewis, pitrou, alexandre.vassalotti, valhallasw
2012-02-25 10:28:59loewissetmessageid: <1330165739.23.0.982873091135.issue14118@psf.upfronthosting.co.za>
2012-02-25 10:28:58loewislinkissue14118 messages
2012-02-25 10:28:58loewiscreate