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 brett.cannon
Recipients benjamin.peterson, brett.cannon, docs@python, ncoghlan, serhiy.storchaka, terry.reedy
Date 2018-03-10.00:14:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520640846.75.0.467229070634.issue32758@psf.upfronthosting.co.za>
In-reply-to
Content
- [x] ast module for Python 3
- [x] compile() for Python 3
- [x] dbm.dumb.open()
- [ ] ast module for Python 2 (see https://github.com/python/cpython/pull/5960)
- [ ] compile() for Python 2 (see https://github.com/python/cpython/pull/6043)

At this point there is only Python 2 stuff and I'm not bothered enough to see those changed, so I will leave this open for anyone who wants to put in the effort to backport the warnings.
History
Date User Action Args
2018-03-10 00:14:06brett.cannonsetrecipients: + brett.cannon, terry.reedy, ncoghlan, benjamin.peterson, docs@python, serhiy.storchaka
2018-03-10 00:14:06brett.cannonsetmessageid: <1520640846.75.0.467229070634.issue32758@psf.upfronthosting.co.za>
2018-03-10 00:14:06brett.cannonlinkissue32758 messages
2018-03-10 00:14:06brett.cannoncreate