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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, ganderson
Date 2009-01-07.14:37:21
SpamBayes Score 0.25951314
Marked as misclassified No
Message-id <1231339043.1.0.102362076099.issue4866@psf.upfronthosting.co.za>
In-reply-to
Content
The code is excluded from compilation with a
    #ifdef PY_PARSER_REQUIRES_FUTURE_KEYWORD

There is no __future__ feature in 3.0 for the moment, but the code stays
here as a placeholder, to remind developers what they need to do to
support __future__ flags that change the behavior of the lexer.
History
Date User Action Args
2009-01-07 14:37:23amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ganderson
2009-01-07 14:37:23amaury.forgeotdarcsetmessageid: <1231339043.1.0.102362076099.issue4866@psf.upfronthosting.co.za>
2009-01-07 14:37:22amaury.forgeotdarclinkissue4866 messages
2009-01-07 14:37:21amaury.forgeotdarccreate