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 Jim.Jewett
Recipients Jim.Jewett, docs@python, terry.reedy
Date 2011-12-31.01:51:16
SpamBayes Score 2.7139379e-06
Marked as misclassified No
Message-id <1325296280.12.0.629202660134.issue13677@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure we're looking at the same thing.  I was talking about the docstring that shows up at the interactive prompt in response to 
>>> help(compile)

Going to hg.python.org/cpython and selecting branches, then default, then browse, got me to
http://hg.python.org/cpython/file/7010fa9bd190/Python/bltinmodule.c
which still doesn't mention AST.  I also don't see any reference to "src" or "dst", or any "source" that looks like it should be capitalized.

I agree that there is (to my knowledge, at this time) only one additional flag.  I figured ast or future was needed to get the compilation constants, so it made sense to delegate -- but you seem to be reading something newer than I am.
History
Date User Action Args
2011-12-31 01:51:20Jim.Jewettsetrecipients: + Jim.Jewett, terry.reedy, docs@python
2011-12-31 01:51:20Jim.Jewettsetmessageid: <1325296280.12.0.629202660134.issue13677@psf.upfronthosting.co.za>
2011-12-31 01:51:17Jim.Jewettlinkissue13677 messages
2011-12-31 01:51:16Jim.Jewettcreate