Issue 19794: Formatting of True/False in decimal docs (original) (raw)

Issue19794

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:54 admin set github: 63993
2013-11-26 15:34:51 serhiy.storchaka set status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2013-11-26 15:33:52 python-dev set nosy: + python-devmessages: +
2013-11-26 15:14:19 mark.dickinson set messages: +
2013-11-26 09:10:07 serhiy.storchaka create