#8084 closed (wontfix)
Int division in int_to_base_36
Reported by: | John Shaffer | Owned by: | Eric Holscher |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
For forward compatibility, int_to_base_36 should use explicit integer division.
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | 8084.patch added |
---|
comment:1 by , 16 years ago
milestone: | → 1.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The current code isn't wrong. Python 2.x will always treat dividing integers as integer division and we're not porting to 3.x yet. Thanks for the patch, but let's not start of trend of hunting all these out at the moment.