[issue13037] [Regression] socket.error does not inherit from IOError as documented

2011-09-23 Thread Christopher Egner
Christopher Egner added the comment: Or I could learn to type... -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___

[issue13037] [Regression] socket.error does not inherit from IOError as documented

2011-09-23 Thread Christopher Egner
New submission from Christopher Egner : http://docs.python.org/library/socket.html#socket.error "Changed in version 2.6: socket.error is now a child class of IOError." However, this is not the case. $ python Python 2.7.2 (default, Aug 18 2011, 18:26:35) [GCC 4.1.2 20080704 (Red Hat 4.1.2-50)]