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 r.david.murray
Recipients jgarver, r.david.murray
Date 2015-08-20.20:37:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440103032.79.0.943828609557.issue24903@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, it looks like it is a bit more potentially complex than that.  The original code would issue the error only if there were more than one argument and the first one was not a directory.  So it would in fact compile more than one argument as long as the first one was a dir.

It's not clear what purpose that check was supposed to serve.
History
Date User Action Args
2015-08-20 20:37:12r.david.murraysetrecipients: + r.david.murray, jgarver
2015-08-20 20:37:12r.david.murraysetmessageid: <1440103032.79.0.943828609557.issue24903@psf.upfronthosting.co.za>
2015-08-20 20:37:12r.david.murraylinkissue24903 messages
2015-08-20 20:37:12r.david.murraycreate