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 draghuram
Recipients cjw296, draghuram, gvanrossum
Date 2008-01-04.17:13:51
SpamBayes Score 0.00010717657
Marked as misclassified No
Message-id <2c51ecee0801040913l31a9fd45hbcbe7c3d8a171163@mail.gmail.com>
In-reply-to <1199466454.4.0.682932328455.issue1243@psf.upfronthosting.co.za>
Content
> Hm, perhaps I misinterpreted the discussion. If no patch is necessary,
> please close as won't fix or invalid.

I spent some time looking at optparse code and OP's request.
_check_dest has a clear comment that says "dest" will be set iff a
"store" action is selected (which callback is not) or if a "type" is
given. But from the code itself, I don't see how setting "dest" in all
cases would be bad. Do you want to assign this to Greg Ward to ask his
opinion? Also, it doesn't look like we can directly patch optparse.py
as it seems to be auto-generated. On a side note, I don't have tracker
permissions to change status.
History
Date User Action Args
2008-01-04 17:13:52draghuramsetspambayes_score: 0.000107177 -> 0.00010717657
recipients: + draghuram, gvanrossum, cjw296
2008-01-04 17:13:52draghuramlinkissue1243 messages
2008-01-04 17:13:51draghuramcreate