[issue5807] ConfigParser.RawConfigParser it's an "old-style" class

2009-04-21 Thread Benjamin Peterson
Benjamin Peterson added the comment: Changing it would break compatibility. -- nosy: +benjamin.peterson resolution: -> wont fix status: open -> closed ___ Python tracker ___ ___

[issue5807] ConfigParser.RawConfigParser it's an "old-style" class

2009-04-21 Thread Vito De Tullio
New submission from Vito De Tullio : RawConfigParser does not inherit from object, so using (to make an example) super() it's impossible. Python 2.6 (r26:66714, Feb 3 2009, 20:52:03) [GCC 4.3.2 [gcc-4_3-branch revision 141291]] on linux2 Type "help", "copyright", "credits" or "license" for more