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 doko
Recipients doko
Date 2010-03-14.19:41:29
SpamBayes Score 0.003996663
Marked as misclassified No
Message-id <1268595693.34.0.197672043314.issue8140@psf.upfronthosting.co.za>
In-reply-to
Content
when byte-compiling files in a deb/rpm package distributed e.g. in a Linux distribution, it is sometimes wanted to only touch the files found in the deb/rpm, which can be a subset of the files in a directory. the attached patch now lets compileall accept files as arguments as well and adds the recognition of @<filelist> and @- to expand the arguments with the contents of the file (@- meaning to read for stdin). Is this ok for 2.7, and a port of that to 3.2?
History
Date User Action Args
2010-03-14 19:41:33dokosetrecipients: + doko
2010-03-14 19:41:33dokosetmessageid: <1268595693.34.0.197672043314.issue8140@psf.upfronthosting.co.za>
2010-03-14 19:41:31dokolinkissue8140 messages
2010-03-14 19:41:31dokocreate