| Home | Trees | Indices | Help | 
|---|
| 
       | 
  
   urllib2.BaseHandler --+    
                         |    
urllib2.HTTPErrorProcessor --+
                             |
                            HTTPErrorProcessor
Python 2.4 only recognize 200 and 206 as success. It's broken. So we install the following processor to catch the bug.
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from   | 
  |||
    
  | 
|||
| 
     Inherited from   | 
  |||
    
  | 
|||
  
 
  | 
  
 
  | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 18 02:12:53 2017 | http://epydoc.sourceforge.net |