summaryrefslogtreecommitdiff
path: root/tests/test_errordocument.py
Commit message (Collapse)AuthorAgeFilesLines
* Port test_errordocument on Python 3Victor Stinner2015-04-221-6/+6
| | | | On Python 3, encode body to UTF-8
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-181-1/+1
| | | | Use also "from __future__ import print_function".
* allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-121-0/+92