Mark Dickinson <dicki...@gmail.com> added the comment:

I see that you already closed this;  but just for completeness:

This is expected behaviour:  in 2.x, the '/' operator does floor division 
unless you've done a 'from __future__ import division', in which case it does 
true division.

In 3.x, '/' always does floor division.

----------
nosy: +mark.dickinson
resolution:  -> invalid

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8152>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to