Ticket #5544 task closed fixed
Deprecate `twisted.python.util.unsignedID` and replace its uses with `id`
| Reported by: | washort | Owned by: | tom.prince |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | easy |
| Cc: | raphael@… | Branch: |
branches/deprecate-unsignedid-5544
(diff, github, buildbot, log) |
| Author: | thijs | Launchpad Bug: |
Description
twisted.python.util.unsignedID was created to deal with id returning negative numbers. Python 2.5 and later don't have this problem and id now returns a positive number always.
Replace all uses of this function in Twisted with id, then deprecate it.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

