Message333109
| Author | FR4NKESTI3N |
|---|---|
| Recipients | FR4NKESTI3N, Jorge Teran, serhiy.storchaka |
| Date | 2019-01-06.12:53:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1546779225.06.0.284705836582.issue35672@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
@Jorge Teran The division operator was changed in python 3. Now, if you use '/' for division between ints, the result would still be float. To get the same effect as python 2.x, you will have to use '//', i.e. floor division |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-01-06 12:53:46 | FR4NKESTI3N | set | recipients: + FR4NKESTI3N, serhiy.storchaka, Jorge Teran |
| 2019-01-06 12:53:45 | FR4NKESTI3N | set | messageid: <1546779225.06.0.284705836582.issue35672@roundup.psfhosted.org> |
| 2019-01-06 12:53:45 | FR4NKESTI3N | link | issue35672 messages |
| 2019-01-06 12:53:45 | FR4NKESTI3N | create | |