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: Formatting of True/False in decimal docs
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, facundobatista, mark.dickinson, python-dev, rhettinger, serhiy.storchaka, skrah
Priority: normal Keywords: patch

Created on 2013-11-26 09:10 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doc_decimal_truefalse.patch serhiy.storchaka, 2013-11-26 09:10 review
Messages (4)
msg204462 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-11-26 09:10
The proposed patch improves formatting of True/False in decimal documentation. "True/False" constants become "``True``/``False``".
msg204486 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2013-11-26 15:14
LGTM.
msg204491 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-11-26 15:33
New changeset 04c4f141874b by Serhiy Storchaka in branch '2.7':
Issue #19794: Improved markup for True/False constants.
http://hg.python.org/cpython/rev/04c4f141874b

New changeset c1d163203f21 by Serhiy Storchaka in branch '3.3':
Issue #19794: Improved markup for True/False constants.
http://hg.python.org/cpython/rev/c1d163203f21

New changeset 67e642f5ab5d by Serhiy Storchaka in branch 'default':
Issue #19794: Improved markup for True/False constants.
http://hg.python.org/cpython/rev/67e642f5ab5d
msg204492 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-11-26 15:34
Thanks Mark.
History
Date User Action Args
2022-04-11 14:57:54adminsetgithub: 63993
2013-11-26 15:34:51serhiy.storchakasetstatus: open -> closed
resolution: fixed
messages: + msg204492

stage: patch review -> resolved
2013-11-26 15:33:52python-devsetnosy: + python-dev
messages: + msg204491
2013-11-26 15:14:19mark.dickinsonsetmessages: + msg204486
2013-11-26 09:10:07serhiy.storchakacreate