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, yselivanov
Date 2018-03-09.20:43:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520628233.28.0.467229070634.issue32758@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, the TODO list is:

- [x] ast module for Python 3
- [ ] compile()
- [ ] eval() for >= 3.7
- [ ] exec() for >= 3.7
- [ ] dbm.dumb.open()
- [ ] inspect
- [ ] ast module for Python 2 (see https://github.com/python/cpython/pull/5960)
History
Date User Action Args
2018-03-09 20:43:53brett.cannonsetrecipients: + brett.cannon, terry.reedy, ncoghlan, benjamin.peterson, docs@python, serhiy.storchaka, yselivanov
2018-03-09 20:43:53brett.cannonsetmessageid: <1520628233.28.0.467229070634.issue32758@psf.upfronthosting.co.za>
2018-03-09 20:43:53brett.cannonlinkissue32758 messages
2018-03-09 20:43:53brett.cannoncreate