Changes between Initial Version and Version 1 of Ticket #25763, comment 2


Ignore:
Timestamp:
Nov 16, 2015, 10:31:37 AM (9 years ago)
Author:
Ola

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25763, comment 2

    initial v1  
    11Tim is it not what logging formatting is for?
    22
     3{{{
    34class HttpRequest(object):
    4 {{{
     5...
    56    def __repr__(self):
    67        return build_request_repr(self)
Back to Top