Message 79333 - Python tracker
Message79333
| 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:23 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, ganderson |
| 2009-01-07 14:37:23 | amaury.forgeotdarc | set | messageid: <1231339043.1.0.102362076099.issue4866@psf.upfronthosting.co.za> |
| 2009-01-07 14:37:22 | amaury.forgeotdarc | link | issue4866 messages |
| 2009-01-07 14:37:21 | amaury.forgeotdarc | create | |