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 eckhardt
Recipients amaury.forgeotdarc, eckhardt, ghaering, loewis, rhettinger
Date 2009-02-06.09:31:12
SpamBayes Score 0.0011203917
Marked as misclassified No
Message-id <1233912676.41.0.866793885882.issue5134@psf.upfronthosting.co.za>
In-reply-to
Content
Technically, both changes (or neither of them) generate the same 
output binaries, so I Don't Care(tm). My approach for disabling the 
warnings in the code has (to me) two advantages:
1. You immediately see that warnings are disabled. I would otherwise 
never expect that to happen in any serious project, because warnings 
are valuable.
2. You only have to do it once for the single source file, not in 
every VC project file.

Happy weekend!
History
Date User Action Args
2009-02-06 09:31:16eckhardtsetrecipients: + eckhardt, loewis, rhettinger, ghaering, amaury.forgeotdarc
2009-02-06 09:31:16eckhardtsetmessageid: <1233912676.41.0.866793885882.issue5134@psf.upfronthosting.co.za>
2009-02-06 09:31:14eckhardtlinkissue5134 messages
2009-02-06 09:31:12eckhardtcreate