Issue1500623
Created on 2006-06-04 20:54 by collinwinter, last changed 2008-01-06 22:29 by admin.
|
msg50424 - (view) |
Author: Collin Winter (collinwinter) |
Date: 2006-06-04 20:54 |
|
This patch removes parser support for backticks, the
UNARY_CONVERT opcode and all usages of the
repr()-backticks. It also adds a test to test_syntax to
make sure the backticks really are gone.
The patch is against r46648.
|
|
msg50425 - (view) |
Author: Guido van Rossum (gvanrossum) |
Date: 2006-08-26 20:21 |
|
Logged In: YES
user_id=6380
For Brett to check that he's done all that this patch does
already, and then to close.
|
|
msg50426 - (view) |
Author: Brett Cannon (brett.cannon) |
Date: 2006-08-27 01:03 |
|
Logged In: YES
user_id=357491
OK, Collin caught one thing I didn't. All fixed now.
|
|
| Date |
User |
Action |
Args |
| 2008-01-06 22:29:46 | admin | set | keywords:
- py3k versions:
+ Python 3.0 |
| 2006-06-04 20:54:02 | collinwinter | create | |
|