Issue 11904: incorrect reStructuredText formatting in argparse module (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/56113

classification

Title: incorrect reStructuredText formatting in argparse module
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, ezio.melotti, python-dev, rutsky
Priority: normal Keywords:

Created on 2011-04-21 19:50 by rutsky, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg134240 - (view) Author: Vladimir Rutsky (rutsky) Date: 2011-04-21 19:50
In Python 2.7 and 3 branch at http://svn.python.org/projects/python/branches/py3k/ file Doc/library/argparse.rst has incorrectly formatted list at line 648: > * ``'store'`` - This just stores the argument's value. This is the default > action. For example:: Second line must be indented according to first line. Next item at line 656 has invalid indentation too.
msg134248 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-04-21 20:13
New changeset 79f3ae389dae by Ezio Melotti in branch '2.7': #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. http://hg.python.org/cpython/rev/79f3ae389dae New changeset 473fada5f1b7 by Ezio Melotti in branch '3.2': #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. http://hg.python.org/cpython/rev/473fada5f1b7 New changeset 8568762381b4 by Ezio Melotti in branch 'default': #11904-#11905: Merge typo fixes with 3.2. http://hg.python.org/cpython/rev/8568762381b4
msg134250 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2011-04-21 20:16
Fixed, thanks for the report!
History
Date User Action Args
2022-04-11 14:57:16 admin set github: 56113
2011-04-21 20:16:04 ezio.melotti set status: open -> closedassignee: docs@python -> ezio.melottiversions: + Python 3.2, Python 3.3, - Python 3.4nosy: + ezio.melottimessages: + resolution: fixedstage: resolved
2011-04-21 20:13:33 python-dev set nosy: + python-devmessages: +
2011-04-21 19:50:12 rutsky create