As pointed out in #1650, we have a bug on Python 3.x handling file-like
objects that are UNIX FILEs, but not actual filesystem files, such as
the sockets used for a urllib HTTP request.
https://github.com/matplotlib/matplotlib/pull/1650
As Christoph helpfully points out, Numpy has already solv
On 2013/01/11 5:38 AM, Michael Droettboom wrote:
> As pointed out in #1650, we have a bug on Python 3.x handling file-like
> objects that are UNIX FILEs, but not actual filesystem files, such as
> the sockets used for a urllib HTTP request.
>
> https://github.com/matplotlib/matplotlib/pull/1650
>
>