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 flox
Recipients flox, loewis, techtonik
Date 2012-07-22.11:56:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342958188.38.0.106072963815.issue15420@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for porting is already clear about using "-3" switch.
http://docs.python.org/dev/howto/pyporting.html#eliminate-3-warnings

The argparse module is different because it is not in the stdlib in 2.6, and you can stay with optparse if you write code compatible with all versions between 2.6 and 3.3.
History
Date User Action Args
2012-07-22 11:56:28floxsetrecipients: + flox, loewis, techtonik
2012-07-22 11:56:28floxsetmessageid: <1342958188.38.0.106072963815.issue15420@psf.upfronthosting.co.za>
2012-07-22 11:56:27floxlinkissue15420 messages
2012-07-22 11:56:27floxcreate