This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mwh
Recipients
Date 2004-01-13.16:17:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
There's a thread on comp.lang.python about input()s
lack of interaction with __future__ statements:

>>> from __future__ import division
>>> input('blah: ')
blah: 1/2
0

This simple patch fixes that.  Not sure how to write a
testcase, though.
History
Date User Action Args
2007-08-23 15:31:59adminlinkissue876178 messages
2007-08-23 15:31:59admincreate