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 nassrat
Recipients nassrat
Date 2008-12-01.08:33:07
SpamBayes Score 0.001438645
Marked as misclassified No
Message-id <1228120389.76.0.53863896637.issue4479@psf.upfronthosting.co.za>
In-reply-to
Content
A division which results in int, does not produce int ?!?

Here is the test case.

from __future__ import division
assert(isinstance(2 / 1, int))
History
Date User Action Args
2008-12-01 08:33:09nassratsetrecipients: + nassrat
2008-12-01 08:33:09nassratsetmessageid: <1228120389.76.0.53863896637.issue4479@psf.upfronthosting.co.za>
2008-12-01 08:33:08nassratlinkissue4479 messages
2008-12-01 08:33:07nassratcreate