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.

Author LambertDW
Recipients LambertDW, georg.brandl
Date 2008-10-01.05:08:58
SpamBayes Score 0.07398634
Marked as misclassified No
Message-id <1222837740.71.0.794640686679.issue4000@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/dev/3.0/library/reprlib.html

    Should read  return eval(obj)

            return `obj`



http://docs.python.org/dev/3.0/library/collections.html#id2

    Relic decimal point in named tuple example.

    >>> for p in Point(3, 4), Point(14, 5/7.):
History
Date User Action Args
2008-10-01 05:09:00LambertDWsetrecipients: + LambertDW, georg.brandl
2008-10-01 05:09:00LambertDWsetmessageid: <1222837740.71.0.794640686679.issue4000@psf.upfronthosting.co.za>
2008-10-01 05:08:59LambertDWlinkissue4000 messages
2008-10-01 05:08:58LambertDWcreate