Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#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)

8084.patch (429 bytes ) - added by John Shaffer 16 years ago.

Download all attachments as: .zip

Change History (4)

by John Shaffer, 16 years ago

Attachment: 8084.patch added

comment:1 by Eric Holscher, 16 years ago

milestone: 1.0
Owner: changed from nobody to Eric Holscher
Status: newassigned
Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: wontfix
Status: assignedclosed

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.

comment:3 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top