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 terry.reedy
Recipients Jim.Jewett, docs@python, terry.reedy
Date 2011-12-30.21:48:47
SpamBayes Score 0.0040575834
Marked as misclassified No
Message-id <1325281728.56.0.466131415715.issue13677@psf.upfronthosting.co.za>
In-reply-to
Content
Flags comment applies to 3.2.2 docs and 2.7.2 docs. There is only one additional flag: ast.PyCF_ONLY_AST, so 'flags' should be singular.

As for src and dst, doc has been updated to say 'Compile the source into a code or AST object. ... source can either be a string or an AST object.

'source' should be capitalized.
History
Date User Action Args
2011-12-30 21:48:48terry.reedysetrecipients: + terry.reedy, docs@python, Jim.Jewett
2011-12-30 21:48:48terry.reedysetmessageid: <1325281728.56.0.466131415715.issue13677@psf.upfronthosting.co.za>
2011-12-30 21:48:47terry.reedylinkissue13677 messages
2011-12-30 21:48:47terry.reedycreate