Changes between Initial Version and Version 1 of Ticket #25763, comment 2
- Timestamp:
- Nov 16, 2015, 10:31:37 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25763, comment 2
initial v1 1 1 Tim is it not what logging formatting is for? 2 2 3 {{{ 3 4 class HttpRequest(object): 4 {{{ 5 ... 5 6 def __repr__(self): 6 7 return build_request_repr(self)