nausheenfatma / python-wikitools

Automatically exported from code.google.com/p/python-wikitools
0 stars 0 forks source link

Need to handle HTTP 503 errors specially soon #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/52190 changed the
behavior of the maxlag errors to return a 503 status code, which will cause
Python to raise an exception if its not specially handled by the opener
object: http://docs.python.org/library/urllib2.html#openerdirector-objects

Original issue reported on code.google.com by MrZmanwiki@gmail.com on 20 Jun 2009 at 3:16

GoogleCodeExporter commented 8 years ago
Fixed in r210

Original comment by MrZmanwiki@gmail.com on 20 Jun 2009 at 5:44