[issue13499] uuid documentation example uses invalid REPL/doctest syntax

2011-12-02 Thread Ezio Melotti
Ezio Melotti added the comment: Done! -- assignee: docs@python -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue13499] uuid documentation example uses invalid REPL/doctest syntax

2011-12-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset d9e918c8d9d6 by Ezio Melotti in branch '2.7': #13499: fix example adding >>> before the comments. http://hg.python.org/cpython/rev/d9e918c8d9d6 New changeset 9e7728dc35e7 by Ezio Melotti in branch '3.2': #13499: fix example adding >>> before the co

[issue13499] uuid documentation example uses invalid REPL/doctest syntax

2011-12-02 Thread Éric Araujo
Éric Araujo added the comment: Please add >>> and commit. -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue13499] uuid documentation example uses invalid REPL/doctest syntax

2011-11-29 Thread Petri Lehtinen
New submission from Petri Lehtinen : See http://docs.python.org/library/uuid.html#example. Comments are output lines, i.e. not prefixed with >>>, which breaks the ">>>" button that makes the example copy-pasteable. -- assignee: docs@python components: Documentation keywords: easy messa