New submission from Pavel Strashkin <[EMAIL PROTECTED]>:
Python 2.5.2 (r252:60911, May 7 2008, 15:19:09)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from xml
New submission from Pavel Strashkin <[EMAIL PROTECTED]>:
All file/stream-like objects in Python have "readline" method with
optional "length" argument, but wsgiref.validate.InputWrapper doest not
have. Some 3rd party modules/packages use this argument. As result ther
New submission from Pavel Strashkin:
According to http://www.json.org/ and
https://tools.ietf.org/html/rfc7159#section-7, the solidus ("/") should be
escaped ("\/") and currently it's not.
--
messages: 239170
nosy: xaka
priority: normal
severity: normal
statu