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 leewz
Recipients docs@python, eryksun, leewz
Date 2016-05-25.09:11:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464167506.8.0.958720098297.issue27119@psf.upfronthosting.co.za>
In-reply-to
Content
> What you're looking for is in the 2nd paragraph of the ast docs:

Oh. I considered that, but then compile's docs say:

    The optional arguments flags and dont_inherit
    control which future statements (see PEP 236)
    affect the compilation of source.
History
Date User Action Args
2016-05-25 09:11:46leewzsetrecipients: + leewz, docs@python, eryksun
2016-05-25 09:11:46leewzsetmessageid: <1464167506.8.0.958720098297.issue27119@psf.upfronthosting.co.za>
2016-05-25 09:11:46leewzlinkissue27119 messages
2016-05-25 09:11:46leewzcreate