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 r.david.murray
Recipients BreamoreBoy, bethard, draghuram, odd_bloke, r.david.murray
Date 2010-07-09.21:33:06
SpamBayes Score 0.0008295393
Marked as misclassified No
Message-id <1278711190.9.0.0508197275652.issue4297@psf.upfronthosting.co.za>
In-reply-to
Content
Having an easy way to control where output goes makes sense.  This is a new feature, however, and thus only a candidate for 3.2, and in 3.2 it would be better to target it at argparse.  I think argarse makes this easier to do via subclassing, but doing so the easy way seems to require overriding a 'private' method (_print_message).  I've added Steven to the nosy list to see what he thinks.
History
Date User Action Args
2010-07-09 21:33:11r.david.murraysetrecipients: + r.david.murray, bethard, draghuram, odd_bloke, BreamoreBoy
2010-07-09 21:33:10r.david.murraysetmessageid: <1278711190.9.0.0508197275652.issue4297@psf.upfronthosting.co.za>
2010-07-09 21:33:07r.david.murraylinkissue4297 messages
2010-07-09 21:33:06r.david.murraycreate