#96 closed task (fixed)
use new-style classes for everything
Reported by: | Brian Warner | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.4.0 |
Component: | unknown | Version: | 0.3.0 |
Keywords: | Cc: |
Description
we require python2.4, it is appropriate to finally switch to using object
as a base type everywhere.
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied, in [0043ea9a8d1804841ef5eeb39e79fafc0d3224bd] (but only the 'object' parts, not the #118 pieces, those will be in a separate commit). Thanks!
comment:3 Changed 15 years ago by
Milestone: | 0.3.3 → 0.4.0 |
---|
Note: See
TracTickets for help on using
tickets.
Together with #118 I replaced some old-style classes with new-style ones. Again, this patch is available over at http://bitbucket.org/sp/foolscap.