#19576 closed Cleanup/optimization (fixed)
Use `six.with_metaclass` uniformously accross code base
| Reported by: | Simon Charette | Owned by: | nobody |
|---|---|---|---|
| Component: | Python 3 | Version: | dev |
| Severity: | Normal | Keywords: | six |
| 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
Sometimes object is inherited twice when it's not needed. Simple patch that passes on Python 2.7.3 and 3.2 with SQlite to be uploaded.
Attachments (1)
Change History (7)
by , 13 years ago
| Attachment: | 0001-Fixed-19576-Use-six.with_metaclass-uniformously-accr.patch added |
|---|
comment:1 by , 13 years ago
| Has patch: | set |
|---|
comment:2 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 13 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:4 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Marking as Accepted based on alex's comment on IRC.