Title | P4DTI will stop working in Python 3.0 |
Status | closed |
Priority | nice |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | In Python 3.0, the meaning of the division operator will change [1]. This will cause the P4DTI to stop working. |
Analysis | Use int(math.floor(x/y)) instead of x/y for each integer division. In fact there's only one such occurrence, in message.py. |
How found | inspection |
Evidence | [1] <http://www.amk.ca/python/2.2/index.html#SECTION000500000000000000000 > |
Observed in | 1.1.6 |
Introduced in | 1.0.0 |
Created by | Gareth Rees |
Created on | 2001-08-16 13:36:59 |
Last modified by | Gareth Rees |
Last modified on | 2001-12-10 19:54:41 |
History | 2001-08-16 GDR Created. |