Opened 13 years ago
Closed 13 years ago
#17965 closed Cleanup/optimization (fixed)
Drop support for Python 2.5
Reported by: | Jonas H. | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Normal | Keywords: | |
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
Patches split into with-statement removal and other various stuff.
Attachments (3)
Change History (11)
by , 13 years ago
Attachment: | with_stmts.diff added |
---|
by , 13 years ago
Attachment: | stuff.diff added |
---|
comment:1 by , 13 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:3 by , 13 years ago
Yeah, the only reason I haven't committed it already is that I couldn't remember the release branch policy.
comment:4 by , 13 years ago
As far as I can tell, the patch provided for stuff.diff doesn't remove the comment about 2.5 compatibility in tests/regressiontests/serializers_regress/tests.py, but with_stmts.diff does remove the import itself.
Note:
See TracTickets
for help on using tickets.
Looks good to go, you can probably just kill the import in itercompat, that module isn't a public API. If you want to do another bit of cleanup: UNLEASH THE CLASS DECORATORS.