On 08/05/2014 16:07, Ian Kelly wrote:
The DataHandler class in 3.4 is all of 14 lines of code. My first
which makes me wonder why the old URLopener is still there and why all this
wasn't done before 3.0 appeared.
instinct would be to backport that and add it to some OpenerDirector
On Thu, May 8, 2014 at 4:34 AM, Robin Becker wrote:
> Since urllib doesn't always work as expected in 3.3 I've had to write a
> small stub for the special data: case. Doing all the splitting off of the
> headers seems harder than just doing the special case.
>
> However, there are a lot of these '
On 08/05/2014 04:46, Steven D'Aprano wrote:
On Wed, 07 May 2014 11:42:24 +0100, Robin Becker wrote:
I have an outstanding request for ReportLab to allow images to be opened
using the data: scheme. That used to be supported in python 2.7 using
urllib, but in python 3.3 urllib2 --> urllib and at
On Wed, May 7, 2014 at 4:42 AM, Robin Becker wrote:
> I have an outstanding request for ReportLab to allow images to be opened
> using the data: scheme. That used to be supported in python 2.7 using
> urllib, but in python 3.3 urllib2 --> urllib and at least the default
> urlopener doesn't support
On Wed, 07 May 2014 11:42:24 +0100, Robin Becker wrote:
> I have an outstanding request for ReportLab to allow images to be opened
> using the data: scheme. That used to be supported in python 2.7 using
> urllib, but in python 3.3 urllib2 --> urllib and at least the default
> urlopener doesn't sup