Eric V. Smith added the comment:

Thanks for giving an example.

You misunderstand how the "/" operator works in python 3.x: the result is 
always a float. If you use "//", you'll get an integer:

>>> 346624232496199842417306589390203563969059156941566239998694701635250663711452284218031962223891107456
>>>  // 8
43328029062024980302163323673775445496132394617695779999836837704406332963931535527253995277986388432

----------
status: open -> closed

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

Reply via email to