Commit 11f4de6b authored by Denis Bilenko's avatar Denis Bilenko

add a comment

parent 6ca4a080
......@@ -525,6 +525,9 @@ class TestInternational(TestCase):
class TestInputReadline(TestCase):
# this test relies on the fact that readline() returns '' after it reached EOF
# this behaviour is not mandated by WSGI spec, it's just happens that gevent.wsgi behaves like that
# as such, this may change in the future
validator = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment