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 mark.dickinson
Recipients eryksun, mark.dickinson, rhettinger, skrah, steven.daprano, tim.peters
Date 2014-08-16.08:16:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408177011.43.0.401867587199.issue22198@psf.upfronthosting.co.za>
In-reply-to
Content
> But in Py3 floor division of floats returns an integer.

Not in my version!

Python 3.4.1 (default, May 21 2014, 01:39:38) 
[GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> -3.0 // 5.0
-1.0

Maybe I'm using the wrong time machine.
History
Date User Action Args
2014-08-16 08:16:51mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, steven.daprano, skrah, eryksun
2014-08-16 08:16:51mark.dickinsonsetmessageid: <1408177011.43.0.401867587199.issue22198@psf.upfronthosting.co.za>
2014-08-16 08:16:51mark.dickinsonlinkissue22198 messages
2014-08-16 08:16:51mark.dickinsoncreate