Package: python-falcon / 0.1.8-3

Metadata

Package Version Patches format
python-falcon 0.1.8-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix non ascii in doc.patch | (download)

README.rst | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes a non-ascii char in the readme.rst
python3.2 compat.patch | (download)

falcon/request.py | 6 4 + 2 - 0 !
tests/test_error_handlers.py | 9 5 + 4 - 0 !
tests/test_headers.py | 4 2 + 2 - 0 !
tests/test_hello.py | 2 1 + 1 - 0 !
tests/test_httperror.py | 9 5 + 4 - 0 !
tests/test_query_params.py | 5 3 + 2 - 0 !
tests/test_utils.py | 20 10 + 10 - 0 !
tests/test_wsgi_errors.py | 2 1 + 1 - 0 !
8 files changed, 31 insertions(+), 26 deletions(-)

 python 3.2 compat
 Adds a bunch of six.u('') to replace some u''