Opened 7 years ago
Closed 7 years ago
#29629 closed Cleanup/optimization (duplicate)
Remove (deprecate?) django.utils.six
| Reported by: | Josh Schneier | Owned by: | nobody |
|---|---|---|---|
| Component: | Utilities | Version: | 2.1 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
We no longer support Python 2 so might as well slim down the codebase. The only remaining use of six is to export python_2_unicode_compatible which can be removed (or deprecated? not clear on policy) as well.
Note:
See TracTickets
for help on using tickets.
Duplicate of #27753.