Changes between Initial Version and Version 1 of Ticket #13007, comment 9
- Timestamp:
- Feb 3, 2011, 7:13:39 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13007, comment 9
initial v1 1 I've attached the patch to apply after r15298. Please review, particularly:1 I've updated the patch to apply after r15298. Please review, particularly: 2 2 3 3 * Replaced a explicit `SimpleCookie.load(self, rawdata)` in the added load() method with a `super(SimpleCookie, self).load(rawdata)` call