Opened 4 years ago
Closed 4 years ago
#33203 closed Cleanup/optimization (needsinfo)
OrderedSet should inherit from collections.abc.MutableSet
| Reported by: | kumaraditya303 | Owned by: | kumaraditya303 |
|---|---|---|---|
| Component: | Utilities | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Change History (3)
comment:1 by , 4 years ago
comment:3 by , 4 years ago
| Resolution: | → needsinfo |
|---|---|
| Status: | assigned → closed |
| Type: | Uncategorized → Cleanup/optimization |
You should describe the rationale in the ticket description.
Yes. Moreover, I don't see how OrderedSet implements MutableSet as described in PEP 3119.
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/15000