[Patches] [ python-Patches-1500623 ] Remove the repr()-backticks

SourceForge.net noreply at sourceforge.net
Sun Aug 27 03:03:52 CEST 2006


Patches item #1500623, was opened at 2006-06-04 13:54
Message generated for change (Comment added) made by bcannon
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1500623&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Parser/Compiler
Group: Python 3000
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Collin Winter (collinwinter)
Assigned to: Brett Cannon (bcannon)
Summary: Remove the repr()-backticks

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Brett Cannon (bcannon)
Date: 2006-08-26 18:03

Message:
Logged In: YES 
user_id=357491

OK, Collin caught one thing I didn't.  All fixed now.

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2006-08-26 13:21

Message:
Logged In: YES 
user_id=6380

For Brett to check that he's done all that this patch does
already, and then to close.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1500623&group_id=5470


More information about the Patches mailing list