Staging
v0.8.1
Revision 5b956ca42de37c761562e9c9aeb96a0e67606e33 authored by Pablo Galindo on 11 May 2020, 00:41:26 UTC, committed by GitHub on 11 May 2020, 00:41:26 UTC
With the new parser, the error message contains always the trailing
newlines, causing the comparison of the repr of the error messages
in codeop to fail. This commit makes the new parser mirror the old parser's
behaviour regarding trailing newlines.
1 parent 2cc9b84
History
File Mode Size
__init__.py -rw-r--r-- 587 bytes
handlers.py -rw-r--r-- 21.2 KB
headers.py -rw-r--r-- 6.6 KB
simple_server.py -rw-r--r-- 5.0 KB
util.py -rw-r--r-- 5.7 KB
validate.py -rw-r--r-- 14.7 KB

back to top