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.

作者 brett.cannon
收信人 Arfrever, benjamin.peterson, berker.peksag, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev
日期 2012-05-11.17:47:49
SpamBayes Score -1.0
Marked as misclassified
Message-id <1336758470.43.0.10659815959.issue13959@psf.upfronthosting.co.za>
In-reply-to
内容
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).
历史
日期 用户 动作 参数
2012-05-11 17:47:50brett.cannon修改recipients: + brett.cannon, pitrou, benjamin.peterson, eric.araujo, Arfrever, meador.inge, python-dev, eric.snow, berker.peksag
2012-05-11 17:47:50brett.cannon修改messageid: <1336758470.43.0.10659815959.issue13959@psf.upfronthosting.co.za>
2012-05-11 17:47:49brett.cannon链接issue13959 messages
2012-05-11 17:47:49brett.cannon创建