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.

classification
Title: uuid documentation example uses invalid REPL/doctest syntax
Type: Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: docs@python, eric.araujo, ezio.melotti, petri.lehtinen, python-dev
Priority: normal Keywords: easy

Created on 2011-11-29 14:13 by petri.lehtinen, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg148571 - (view) Author: Petri Lehtinen (petri.lehtinen) * (Python committer) Date: 2011-11-29 14:13
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.
msg148763 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-12-02 17:16
Please add >>> and commit.
msg148765 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-12-02 17:29
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 comments.
http://hg.python.org/cpython/rev/9e7728dc35e7

New changeset 060c7093a81f by Ezio Melotti in branch 'default':
#13499: merge with 3.2.
http://hg.python.org/cpython/rev/060c7093a81f
msg148766 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2011-12-02 17:29
Done!
History
Date User Action Args
2022-04-11 14:57:24adminsetgithub: 57708
2011-12-02 17:29:59ezio.melottisetstatus: open -> closed

assignee: docs@python -> ezio.melotti

nosy: + ezio.melotti
messages: + msg148766
resolution: fixed
stage: resolved
2011-12-02 17:29:18python-devsetnosy: + python-dev
messages: + msg148765
2011-12-02 17:16:50eric.araujosetnosy: + eric.araujo
messages: + msg148763
2011-11-29 14:13:36petri.lehtinencreate