summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2019-11-12 18:07:20 (GMT)
committerGitHub <noreply@github.com>2019-11-12 18:07:20 (GMT)
commit42b619ac9aa7f889dcd8eeb14d813f17468454d9 (patch)
treec0ade9c8aab5b4c056e0e10f560ff5f2791d66e6 /Python/pythonrun.c
parenteadddad6b093bca74601b1ea91ab96119bc543d8 (diff)
downloadcpython-42b619ac9aa7f889dcd8eeb14d813f17468454d9.zip
cpython-42b619ac9aa7f889dcd8eeb14d813f17468454d9.tar.gz
cpython-42b619ac9aa7f889dcd8eeb14d813f17468454d9.tar.bz2
[3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128)
* "Return true/false" is replaced with "Return ``True``/``False``" if the function actually returns a bool. * Fixed formatting of some True and False literals (now in monospace). * Replaced "True/False" with "true/false" if it can be not only bool. * Replaced some 1/0 with True/False if it corresponds the code. * "Returns <bool>" is replaced with "Return <bool>". (cherry picked from commit 138ccbb02216ca086047c3139857fb44f3dab1f9)
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions