Changes between Initial Version and Version 1 of Ticket #10135, comment 9


Ignore:
Timestamp:
Aug 22, 2017, 4:28:47 PM (7 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10135, comment 9

    initial v1  
    1313     # set maximum number of returned tickets to 0 to get all tickets at once
    1414+    def quote(v):
    15 +        return unicode(v).replace('=', '%3D').replace('&', '%26') \
    16 +                         .replace('%', '%25')
     15+        return unicode(v).replace('%', '%25').replace('&', '%26') \
     16+                         .replace('=', '%3D')
    1717+
    1818     query_args['max'] = 0