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
Date 2015-10-30.23:22:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446247354.16.0.386152814173.issue25521@psf.upfronthosting.co.za>
In-reply-to
Content
According to the Python docs, optparse has been deprecated since Python 3.2, but it does not emit a DeprecationWarning when imported Python 3.2+.

https://docs.python.org/3/library/optparse.html

PyCharm can uses these DeprecationWarnings to provide helpful alerts the user: https://youtrack.jetbrains.com/issue/PY-16589
History
Date User Action Args
2015-10-30 23:22:34John Hagensetrecipients: + John Hagen
2015-10-30 23:22:34John Hagensetmessageid: <1446247354.16.0.386152814173.issue25521@psf.upfronthosting.co.za>
2015-10-30 23:22:34John Hagenlinkissue25521 messages
2015-10-30 23:22:33John Hagencreate