Remove Hacks Put In Place for Python 2.6 Support
We have some silly code that we had to write to maintain Python 2.6 compatibility. Since we no longer have to care about Python 2.6 there is no reason to keep these hacks around.
Community notes on the topic:
https:/
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Low
- Drafter:
- David Stanek
- Direction:
- Approved
- Assignee:
- David Stanek
- Definition:
- New
- Series goal:
- Accepted for juno
- Implementation:
- Implemented
- Milestone target:
- 2014.2
- Started by
- David Stanek
- Completed by
- David Stanek
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Expanded mutable hacking checks
Addressed by: https:/
Removes a bit of WSGI code converts unicode to str
Addressed by: https:/
Removes a Py2.6 version of inspect.getcallargs
Addressed by: https:/
Removes a Py2.6 version of assertSetEqual
Addressed by: https:/
Make the mutable default arg check very strict.
Addressed by: https:/
Moves hacking tests to unit directory