Home
last modified time | relevance | path

Searched refs:LegalChars (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
DCookie.py312 def _quote(str, LegalChars=_LegalChars, argument
320 if "" == translate(str, idmap, LegalChars):
452 LegalChars=_LegalChars, argument
458 if "" != translate(key, idmap, LegalChars):
/external/python/cpython3/Lib/http/
Dcookies.py369 def set(self, key, val, coded_val, LegalChars=_LegalChars): argument
370 if LegalChars != _LegalChars:
/external/python/cpython3/Lib/test/
Dtest_http_cookies.py284 morsel.set('key', 'value', 'coded_value', LegalChars='.*')
/external/python/cpython3/Doc/library/
Dhttp.cookies.rst181 The undocumented *LegalChars* parameter is ignored and will be removed in
/external/python/cpython3/Doc/whatsnew/
D3.5.rst2308 instead. In addition, the undocumented *LegalChars* parameter of
2465 *LegalChars* parameter of :func:`~http.cookies.Morsel.set` is deprecated and