[issue4000] Additional 2to3 documentation updates

David W. Lambert report at bugs.python.org
Wed Oct 1 07:09:00 CEST 2008


David W. Lambert <lambertdw at corning.com> added the comment:

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.):

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4000>
_______________________________________


More information about the Python-bugs-list mailing list