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 vstinner
Recipients lregebro, vstinner
Date 2014-06-02.09:30:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401701408.1.0.50445745355.issue21634@psf.upfronthosting.co.za>
In-reply-to
Content
According to the name of variables ("IntLoc2 = IntLoc3 // IntLoc1"), I agree that integers should be used. Since the performances can be different between int and float, you should change the version and explain your change in the changelog (in the top docstring).
History
Date User Action Args
2014-06-02 09:30:08vstinnersetrecipients: + vstinner, lregebro
2014-06-02 09:30:08vstinnersetmessageid: <1401701408.1.0.50445745355.issue21634@psf.upfronthosting.co.za>
2014-06-02 09:30:08vstinnerlinkissue21634 messages
2014-06-02 09:30:07vstinnercreate