[issue11641] raw_input() -> input() security issue
Andreas Stührk
report at bugs.python.org
Wed Mar 23 00:12:53 CET 2011
Andreas Stührk <andy-python at hammerhartes.de> added the comment:
`input()` in Python 3 is the same as `raw_input()` in Python 2. It does not evaluate the input as Python code.
----------
nosy: +Trundle
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11641>
_______________________________________
More information about the Python-bugs-list
mailing list