Remove exec() from handle_user_input() function
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 24 Dec 2019 22:37:18 +0000 (22:37 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 28 Dec 2019 20:40:11 +0000 (20:40 +0000)
Stop passing the constructed handler function name into an exec()
and instead reference it from the globals() dict.


No differences found