Thanx for confirmations...
I have reported http://bugs.python.org/issue17575
--
http://mail.python.org/mailman/listinfo/python-list
On Fri, Mar 29, 2013 at 11:27 PM, wrote:
> I have a problem with HTTPConnection object send() method (pyver3.3.1). I
> want to send data from file-like object with HTTPConnection.send( f ), and I
> get a "data should be a bytes-like object or an iterable, ..." exception. I
dspub...@freemail.hu wrote:
> I have a problem with HTTPConnection object send() method (pyver3.3.1). I
> want to send data from file-like object with HTTPConnection.send( f ), and
> I get a "data should be a bytes-like object or an iterable, ..."
> exception. I have inve
Problematical python versions: 3.2+ (2.x, 3.0, 3.1 ok)
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
I have a problem with HTTPConnection object send() method (pyver3.3.1). I want
to send data from file-like object with HTTPConnection.send( f ), and I get a
"data should be a bytes-like object or an iterable, ..." exception. I have
investigated a send method, and discovered a p