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 Arfrever
Recipients Arfrever, Kotan, brunogola, eric.araujo, ezio.melotti, maker, r.david.murray, skrah
Date 2010-12-06.19:03:10
SpamBayes Score 0.23723146
Marked as misclassified No
Message-id <1291662192.7.0.720942905936.issue10453@psf.upfronthosting.co.za>
In-reply-to
Content
r86611 has introduced a regression:

$ mkdir dir1 dir2
$ python3.1 -m compileall dir1 dir2
Listing dir1 ...
Listing dir2 ...
$ python3.2 -m compileall dir1 dir2
usage: compileall.py [-h] [-l] [-f] [-q] [-b] [-d DESTDIR] [-x REGEXP]
                     [-i FILE]
                     [FILE|DIR]
compileall.py: error: unrecognized arguments: dir2
History
Date User Action Args
2010-12-06 19:03:12Arfreversetrecipients: + Arfrever, brunogola, ezio.melotti, eric.araujo, r.david.murray, skrah, maker, Kotan
2010-12-06 19:03:12Arfreversetmessageid: <1291662192.7.0.720942905936.issue10453@psf.upfronthosting.co.za>
2010-12-06 19:03:10Arfreverlinkissue10453 messages
2010-12-06 19:03:10Arfrevercreate