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 brett.cannon
Recipients Arfrever, benjamin.peterson, berker.peksag, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev
Date 2012-05-11.17:47:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336758470.43.0.10659815959.issue13959@psf.upfronthosting.co.za>
In-reply-to
Content
Yes.

And the [:] copies the list so I don't accidentally mutate in-place (did that once already, so now I'm just being paranoid; I doubt I need it hardly anywhere I don't do +=).

As for using SOURCE_SUFFIXES[0], I'm done following the ported code. I really don't care if .pyw isn't supported in that case. But in general people shouldn't assume just .py (or .py at all).
History
Date User Action Args
2012-05-11 17:47:50brett.cannonsetrecipients: + brett.cannon, pitrou, benjamin.peterson, eric.araujo, Arfrever, meador.inge, python-dev, eric.snow, berker.peksag
2012-05-11 17:47:50brett.cannonsetmessageid: <1336758470.43.0.10659815959.issue13959@psf.upfronthosting.co.za>
2012-05-11 17:47:49brett.cannonlinkissue13959 messages
2012-05-11 17:47:49brett.cannoncreate