[Patches] [ python-Patches-733902 ] repr() vs. `` in the tutorial

SourceForge.net noreply@sourceforge.net
Wed, 07 May 2003 08:30:43 -0700


Patches item #733902, was opened at 2003-05-07 09:27
Message generated for change (Comment added) made by montanaro
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=733902&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: Skip Montanaro (montanaro)
Assigned to: Skip Montanaro (montanaro)
Summary: repr() vs. `` in the tutorial

Initial Comment:
The attached patch reduces the presence of `` in the tutorial
in favor of explicit repr() calls in most instances.


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

>Comment By: Skip Montanaro (montanaro)
Date: 2003-05-07 10:30

Message:
Logged In: YES 
user_id=44345

checked in and backported


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

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2003-05-07 10:16

Message:
Logged In: YES 
user_id=3066

Note that one of the examples you modified includes this line:
... repr(x, y, ('spam', 'eggs')
This example needs an additional pair of parentheses that
were not required by the backtick syntax.

Once that's fixed, please commit the patch and close this
report.
This is a backport candidate for Python 2.2.3.

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

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