Skip to content
Commit b4d05e71 authored by Matt Selsky's avatar Matt Selsky
Browse files

Force input() to be an alias for raw_input() on Python2

Python3 input() and Python2's raw_input() are equivalent. Python2's input() is
equivalent to eval(raw_input()) and therefore it can throw NameError exceptions
if you pass it invalid python code.

Fixes GitLab issue #221
parent d99c6b74
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment