Changes between Initial Version and Version 1 of Ticket #16199, comment 9
- Timestamp:
- Jun 16, 2011, 12:58:12 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16199, comment 9
initial v1 1 1 Since we are 2.5+ we can replace ''session_key = property(_get_session_key, _set_session_key)'' with ''@property''. Aside from that ''contrib/session/tests.py'' need future imports for the with statement. 2 3 EDIT:// just noticed that property.setter is 2.6+, not 2.5+, so the property comment isn't useful -- sry