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 mdk
Recipients docs@python, mdk
Date 2019-06-20.17:22:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561051346.87.0.0805255025553.issue37353@roundup.psfhosted.org>
In-reply-to
Content
In Doc/library/parser.rst I can read:

The parse trees are not typically compatible from one version to another, whereas source code has always been forward-compatible.

But I don't think this is right, I think of print for example.

Maybe just remove ", whereas source code has always been forward-compatible" or rewrite it so say source is just more stable than parse trees?
History
Date User Action Args
2019-06-20 17:22:26mdksetrecipients: + mdk, docs@python
2019-06-20 17:22:26mdksetmessageid: <1561051346.87.0.0805255025553.issue37353@roundup.psfhosted.org>
2019-06-20 17:22:26mdklinkissue37353 messages
2019-06-20 17:22:26mdkcreate