New submission from Chris McDonough:
The symptom is an exact duplicate of the symptom reported in the following
(closed) issue:
http://bugs.python.org/issue9775
The issue is also related to the following other issues:
http://bugs.python.org/issue4106
http://bugs.python.org/issue9205
http
Chris McDonough added the comment:
Patch for tip.
--
keywords: +patch
Added file: http://bugs.python.org/file27142/shutdown_typeerror-tip.patch
___
Python tracker
<http://bugs.python.org/issue15
Chris McDonough added the comment:
2.7 branch patch.
--
Added file: http://bugs.python.org/file27143/shutdown_typeerror-27.patch
___
Python tracker
<http://bugs.python.org/issue15
Chris McDonough added the comment:
I am the developer of Supervisor (http://supervisord.org) which depends
on (and extends) Medusa 0.5.4, which itself depends on some
implementation details of pre-2.6 versions of asynchat (e.g.
"ac_out_buffer").
I need to make sure Supervisor works w
Chris McDonough added the comment:
Although the current WSGI 1.0 spec (http://www.python.org/dev/peps/pep-0333/)
still indicates that implementing the size argument to readline is not
required, effectively, it is and has been for several years. Stalling on a
WSGI 1.1 spec has caused a