mirror of
https://github.com/python/cpython.git
synced 2025-10-29 01:22:59 +00:00
* "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>". |
||
|---|---|---|
| .. | ||
| test | ||
| __init__.py | ||
| __main__.py | ||
| colorchooser.py | ||
| commondialog.py | ||
| constants.py | ||
| dialog.py | ||
| dnd.py | ||
| filedialog.py | ||
| font.py | ||
| messagebox.py | ||
| scrolledtext.py | ||
| simpledialog.py | ||
| tix.py | ||
| ttk.py | ||