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 belopolsky, brett.cannon, eric.araujo, mark.dickinson, pitrou
Date 2010-06-15.10:12:08
SpamBayes Score 0.16915444
Marked as misclassified No
Message-id <1276596731.87.0.422729111824.issue8912@psf.upfronthosting.co.za>
In-reply-to
Content
Another one: I’d like to move the file name filtering from the worker functions into the main function. With that change, looping over all file names to get only the C files would be written and run only once, even if there are four functions that operate on these files. There is not backward compatibility guarantee for Tools/*, right?
History
Date User Action Args
2010-06-15 10:12:12eric.araujosetrecipients: + eric.araujo, brett.cannon, mark.dickinson, belopolsky, pitrou
2010-06-15 10:12:11eric.araujosetmessageid: <1276596731.87.0.422729111824.issue8912@psf.upfronthosting.co.za>
2010-06-15 10:12:10eric.araujolinkissue8912 messages
2010-06-15 10:12:08eric.araujocreate