Opened at 2019-03-28T12:47:30Z
Closed at 2019-03-31T09:24:56Z
#3015 closed defect (fixed)
Update octal numeric literals
Reported by: | heartsucker | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | unknown | Version: | |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Old syntax: 0123 New syntax: 0o123
Change History (2)
comment:1 Changed at 2019-03-28T13:04:59Z by heartsucker
comment:2 Changed at 2019-03-31T09:24:56Z by heartsucker
- 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/589