William Chang

Results 1 issues of William Chang

# Documentation The [documentation for signal.strsignal(...)](https://docs.python.org/3/library/signal.html#signal.strsignal) says `Returns None if the signal is not recognized.` This a misleading way to describe what actually happens. Suggested better wording would be `Throws...

docs