buggy python interpretter or am I missing something here?

Chris Angelico rosuav at gmail.com
Mon Jan 27 15:29:03 EST 2014


On Tue, Jan 28, 2014 at 7:22 AM, Rick Johnson
<rantingrickjohnson at gmail.com> wrote:
> maintain a consistency between them
>
>     input (reads a string from stdin)
>     print (writes a string to stdout)
>
> It is my strong believe that defining an "input" method that
> "magically" evals the input string is just plain evil.

Fortunately, as of Python 3, that parallel is maintained.

ChrisA



More information about the Python-list mailing list