gesomax / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

patch for python 2.6 support #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Here is a patch to fix deprecation warning and timeout error in python 2.6.
It pass tests like in python 2.5 .

Original issue reported on code.google.com by bchesn...@gmail.com on 30 Oct 2008 at 2:31

Attachments:

GoogleCodeExporter commented 8 years ago
+1. That is effectively the same patch I was almost finished generating before I
looked here for one.

Original comment by tre...@gmail.com on 13 Nov 2008 at 12:14

GoogleCodeExporter commented 8 years ago
BTW, see this Python change which added the socket._GLOBAL_DEFAULT_TIMEOUT that
necessitates the "has_timeout" stuff in bchesneau's patch:
http://svn.python.org/view?rev=63788&view=rev

Original comment by tre...@gmail.com on 13 Nov 2008 at 12:17

GoogleCodeExporter commented 8 years ago
any news about that ? What's your feedback ?

Original comment by bchesn...@gmail.com on 14 Jan 2009 at 3:00

GoogleCodeExporter commented 8 years ago
Applied and tested against python 2.4, 2.5 and 2.6. Thanks!

Original comment by joe.gregorio@gmail.com on 9 Feb 2009 at 10:19

GoogleCodeExporter commented 8 years ago
Issue 46 has been merged into this issue.

Original comment by joe.gregorio@gmail.com on 9 Feb 2009 at 10:19

GoogleCodeExporter commented 8 years ago
Issue 42 has been merged into this issue.

Original comment by joe.gregorio@gmail.com on 17 Jul 2009 at 12:17