Opened at 2019-03-30T16:09:24Z
Closed at 2019-04-09T12:34:39Z
#3020 closed defect (fixed)
Update long numeric literals
Reported by: | heartsucker | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | unknown | Version: | 1.12.1 |
Keywords: | review-needed | Cc: | |
Launchpad Bug: |
Description
The long type doesn't exist in Python3, only int.
Change History (3)
comment:1 Changed at 2019-03-30T16:46:01Z by heartsucker
- Keywords review-needed added
comment:2 Changed at 2019-04-09T12:34:34Z by exarkun
comment:3 Changed at 2019-04-09T12:34:39Z by exarkun
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
PR: https://github.com/tahoe-lafs/tahoe-lafs/pull/592