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.05:07:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539752849.79.0.788709270274.issue35001@psf.upfronthosting.co.za>
In-reply-to
Content
None is not integer. This field is optional:

>>> from ast import *
>>> x = Module(body=[ImportFrom(names=[alias(name='path', asname=None)], lineno=1, col_offset=0)])
>>> compile(x, '<string>', 'exec')
<code object <module> at 0x7f73b754da00, file "<string>", line 1>
History
Date User Action Args
2018-10-17 05:07:29serhiy.storchakasetrecipients: + serhiy.storchaka, srittau, docs@python, Anthony Sottile, thautwarm
2018-10-17 05:07:29serhiy.storchakasetmessageid: <1539752849.79.0.788709270274.issue35001@psf.upfronthosting.co.za>
2018-10-17 05:07:29serhiy.storchakalinkissue35001 messages
2018-10-17 05:07:29serhiy.storchakacreate