[Python-Dev] Need help with urllib/urllib2 (SF bug 549151)

John J Lee jjl@pobox.com
Fri, 11 Jul 2003 01:57:00 +0100 (BST)


On Thu, 10 Jul 2003, Brett C. wrote:

> Did the 2.2 branch get patched with a fix for the typo?

Yes.


[...]
> As for removing the method, it has to be deprecated first since it has
> been in an actual release.

I don't think there is sufficient reason to remove it now it has been
released.  I think it was a minor point, anyway: nobody replied to my
original request for comments on this issue, and I don't think it really
breaks the protocol-independence of Request any more than add_data or
add_header do.

I won't go into why that method was removed again in a patch uploaded to
the tracker (but not applied to CVS) after 2.2.3 was released, because
this thread would never end.

My sincere apologies again to everyone for so thoroughly messing up these
redirect patches.


John