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.
Created on 2006年06月04日 20:54 by collinwinter, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| py3k-remove_repr_backticks.patch | collinwinter, 2006年06月04日 20:54 | Remove support for backticks, against r46648. | ||
| Messages (3) | |||
|---|---|---|---|
| msg50424 - (view) | Author: Collin Winter (collinwinter) * (Python committer) | 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) * (Python committer) | 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) * (Python committer) | Date: 2006年08月27日 01:03 | |
Logged In: YES user_id=357491 OK, Collin caught one thing I didn't. All fixed now. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:17 | admin | set | github: 43456 |
| 2008年01月06日 22:29:46 | admin | set | keywords:
- py3k versions: + Python 3.0 |
| 2006年06月04日 20:54:02 | collinwinter | create | |