summaryrefslogtreecommitdiffstats
path: root/SCons/Node/PythonTests.py
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2024-03-05 14:08:19 (GMT)
committerMats Wichmann <mats@linux.com>2024-03-08 19:07:39 (GMT)
commit14b5110b31b596990238f5b8eb5814e5090b2aa8 (patch)
tree23948558c2f7b800d4843495181632748837b6ab /SCons/Node/PythonTests.py
parent3b168f538bff5506bd32921ea803ff1e9078ddda (diff)
downloadSCons-14b5110b31b596990238f5b8eb5814e5090b2aa8.zip
SCons-14b5110b31b596990238f5b8eb5814e5090b2aa8.tar.gz
SCons-14b5110b31b596990238f5b8eb5814e5090b2aa8.tar.bz2
Cleanup Warnings module
* Added docstrings on warning classes and module docstring. * Move globals to top of file. * Typing. * Dropped DeprecatedSourceCodeWarning, last use was removed, with the feature, for SCons 3.1.2. * Dropped TaskmasterNeedsExecuteWarning, now enforced by Python via an abstract base class (unused/unneeded since 4.0.0). * Dropped DeprecatedMissingSConscriptWarning. This was a transitional warning, no longer needed; can use MissingSConscriptWarning, which also is no longer used but is left in in case it might be useful. * Two in-use warnings added to manpage section on enabling warnings (cache-cleanup-error, future-reserved-variable). * Improve unittest a bit. * Sphinx build set not to show inherited memerber for Warnings - got ugly exception stuff otherwise. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'SCons/Node/PythonTests.py')
0 files changed, 0 insertions, 0 deletions