Home | History | Annotate | Download | only in Lib

Lines Matching refs:Be

11 # Timothy O'Malley  not be used in advertising or publicity
17 # AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR
131 The SimpleCookie expects that all values should be standard strings.
132 Just to be sure, SimpleCookie invokes the str() builtin to convert
148 The SerialCookie expects that all values should be serialized using
165 Be warned, however, if SerialCookie cannot de-serialize a value (because
315 # If the string does not need to be double-quoted,
332 # then there can't be any special characters. See RFC 2109.
377 # The offset may be a floating point number.
525 # This used to be strict parsing based on the RFC2109 and RFC2068
539 r"(" # Optional group: there may not be a value.
700 client. All incoming values are assumed to be valid Pickle
702 FORMAT, THEN AN EXCEPTION WILL BE RAISED.
704 Note: Large cookie values add overhead because they must be
708 does not check for this limit, so be careful!!!
729 Note: Large cookie values add overhead because they must be
733 does not check for this limit, so be careful!!!