[issue6790] httplib and array do not play together well

R. David Murray report at bugs.python.org
Thu Aug 27 23:34:19 CEST 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

That method of array.array has been deprecated since 1.5.1 according to
the docs.  Too bad nobody finished the job and removed it.

Perhaps array.array could be special cased in the relevant code until
the method can actually be removed.

----------
keywords: +easy
nosy: +r.david.murray
priority:  -> normal
stage:  -> test needed
versions: +Python 2.7, Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6790>
_______________________________________


More information about the Python-bugs-list mailing list