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 eric.araujo
Recipients bcward, eric.araujo
Date 2010-06-12.08:38:46
SpamBayes Score 0.08651723
Marked as misclassified No
Message-id <1276331929.28.0.505693127586.issue8979@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your report and your ideas for Python :)
Some remarks:

1) New features have to target 3.2;  2.6 is the current stable version (only security and documentation fixes) and 2.7 is to be released really soon (end of the 2.x line);

2) Can you explain why options['thing'] would be more convenient than options.thing?

3) You can get a dict today with vars(options). (By the way, please open two reports for two requests in the futures.)

4) optparse is superseded by argparse, I don’t know if new features will be added to optparse.
History
Date User Action Args
2010-06-12 08:38:49eric.araujosetrecipients: + eric.araujo, bcward
2010-06-12 08:38:49eric.araujosetmessageid: <1276331929.28.0.505693127586.issue8979@psf.upfronthosting.co.za>
2010-06-12 08:38:47eric.araujolinkissue8979 messages
2010-06-12 08:38:46eric.araujocreate