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 John Hagen
Recipients John Hagen, martin.panter, r.david.murray
Date 2015-10-31.21:10:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446325821.59.0.808272291721.issue25521@psf.upfronthosting.co.za>
In-reply-to
Content
First time trying to contribute to the Python standard library.

I attached a patch that is modeled off the deprecated imp module.  The DeprecationWarning message is taken from the Python docs: https://docs.python.org/3/library/optparse.html
History
Date User Action Args
2015-10-31 21:10:21John Hagensetrecipients: + John Hagen, r.david.murray, martin.panter
2015-10-31 21:10:21John Hagensetmessageid: <1446325821.59.0.808272291721.issue25521@psf.upfronthosting.co.za>
2015-10-31 21:10:21John Hagenlinkissue25521 messages
2015-10-31 21:10:21John Hagencreate