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 fpmc
Recipients d_kagedal, fpmc, gregory.p.smith, mkc, yorick
Date 2009-03-31.23:33:32
SpamBayes Score 3.5052693e-07
Marked as misclassified No
Message-id <1238542416.5.0.315537199917.issue3392@psf.upfronthosting.co.za>
In-reply-to
Content
Updated with new patch.  I moved the try: except logic in the module
initialization step so I get a global has_poll, similar to the global
mswindows already there.

I now use a try/except/else to be more robust (not needed now since it's
only "has_poll = True", but I think it's better code.
History
Date User Action Args
2009-03-31 23:33:36fpmcsetrecipients: + fpmc, gregory.p.smith, mkc, yorick, d_kagedal
2009-03-31 23:33:36fpmcsetmessageid: <1238542416.5.0.315537199917.issue3392@psf.upfronthosting.co.za>
2009-03-31 23:33:35fpmclinkissue3392 messages
2009-03-31 23:33:35fpmccreate