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.

作者 oscarbenjamin
收信人 Jeffrey.Armstrong, Martin.Fiers, Pete.Forman, RubyTuesdayDONO, Seppo.Yli-Olli, alexis, christian.heimes, cmcqueen1975, danmbox, doko, eric.araujo, fratti, geertj, jonforums, jwilk, lemburg, loewis, oscarbenjamin, paul.moore, pje, renatosilva, rivy, rpetrov, rubenvb, santoso.wijaya, schmir, tarek
日期 2013-07-11.16:21:47
SpamBayes Score -1.0
Marked as misclassified
Message-id <CAHVvXxRM-hRd75vg-2RLPwEZ35xqRDE5TVcresqa-hFkCLTKFA@mail.gmail.com>
In-reply-to <1373426766.11.0.102218077723.issue12641@psf.upfronthosting.co.za>
内容
I'm attaching three new patches following on from Eric and Christian's
suggestions:

check_mno_cywin_py27_1.patch (for Python 2.7)
check_mno_cywin_py3_1.patch (for Python 3.2 and 3.3)
check_mno_cywin_py34_1.patch (for Python 3.4)

The py27 patch now uses os.popen to avoid importing subprocess as
suggested by Eric. The other two patches are changed to use
check_output as suggested by Christian (subprocess is already imported
in 3.x).

I've retested the patches using the same setup as before and the
results are unchanged for all gcc and Python versions tested.
文件
文件名 上传时间
check_mno_cywin_py27_1.patch oscarbenjamin, 2013-07-11.16:21:47
check_mno_cywin_py34_1.patch oscarbenjamin, 2013-07-11.16:21:46
check_mno_cywin_py3_1.patch oscarbenjamin, 2013-07-11.16:21:47
历史
日期 用户 动作 参数
2013-07-11 16:21:47oscarbenjamin修改recipients: + oscarbenjamin, lemburg, loewis, doko, paul.moore, pje, geertj, christian.heimes, schmir, tarek, jwilk, eric.araujo, rpetrov, cmcqueen1975, rubenvb, santoso.wijaya, alexis, Seppo.Yli-Olli, jonforums, RubyTuesdayDONO, Jeffrey.Armstrong, danmbox, Martin.Fiers, Pete.Forman, renatosilva, fratti, rivy
2013-07-11 16:21:47oscarbenjamin链接issue12641 messages
2013-07-11 16:21:47oscarbenjamin创建