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 serhiy.storchaka
Recipients Anthony Sottile, docs@python, serhiy.storchaka, srittau, thautwarm
Date 2018-10-17.09:58:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539770290.0.0.788709270274.issue35001@psf.upfronthosting.co.za>
In-reply-to
Content
The level argument of ast.ImportFrom is optional. If it is not specified or None is passes, the corresponding attribute is set to the default value 0.

Type hints are not used in the stdlib. If this is a bug in mypy, this is not the proper tracker for reporting it.
History
Date User Action Args
2018-10-17 09:58:10serhiy.storchakasetrecipients: + serhiy.storchaka, srittau, docs@python, Anthony Sottile, thautwarm
2018-10-17 09:58:10serhiy.storchakasetmessageid: <1539770290.0.0.788709270274.issue35001@psf.upfronthosting.co.za>
2018-10-17 09:58:09serhiy.storchakalinkissue35001 messages
2018-10-17 09:58:09serhiy.storchakacreate