[issue4000] Additional 2to3 documentation updates

2008-10-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed all of them in r66794. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue4000] Additional 2to3 documentation updates

2008-10-03 Thread David W. Lambert
David W. Lambert <[EMAIL PROTECTED]> added the comment: http://docs.python.org/dev/3.0/library/reprlib.html Back ticks didn't become a part of my python repertoire. I suppose return repr(obj) # is correct replacement for return `obj` ___ Python tracke

[issue4000] Additional 2to3 documentation updates

2008-10-02 Thread David W. Lambert
David W. Lambert <[EMAIL PROTECTED]> added the comment: http://docs.python.org/dev/3.0/reference/lexical_analysis.html#identifi ers-and-keywords Back quote "`" appears in the list of delimiters. I suspect it isn't one. ___ Python tracker <[EMAIL PROT

[issue4000] Additional 2to3 documentation updates

2008-09-30 Thread David W. Lambert
David W. Lambert <[EMAIL PROTECTED]> 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 i

[issue4000] Additional 2to3 documentation updates

2008-09-29 Thread David W. Lambert
Changes by David W. Lambert <[EMAIL PROTECTED]>: ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue4000] Additional 2to3 documentation updates

2008-09-29 Thread David W. Lambert
New submission from David W. Lambert <[EMAIL PROTECTED]>: http://docs.python.org/dev/3.0/howto/functional.html a) Refers to "print statement" in Introduction, b) Uses syntax no longer valid: def get_state ((city, state)): ''' alas and unfortunately argu