[New-bugs-announce] [issue19795] Formatting of True/False in docs
Serhiy Storchaka
report at bugs.python.org
Tue Nov 26 10:18:45 CET 2013
New submission from Serhiy Storchaka:
The proposed patch improves formatting of True/False in the documentation. "True" becomes "``True``" if it means True constant and "true" if it means true value (in input arguments).
See also issue19793 and issue19794.
----------
assignee: docs at python
components: Documentation
files: doc_truefalse.patch
keywords: patch
messages: 204463
nosy: docs at python, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Formatting of True/False in docs
type: enhancement
versions: Python 2.7, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file32854/doc_truefalse.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19795>
_______________________________________
More information about the New-bugs-announce
mailing list