[issue5881] Remove extraneous backwards-compatibility attributes from some modules

2009-05-04 Thread Benjamin Peterson
Benjamin Peterson added the comment: Applied in r72300. -- nosy: +benjamin.peterson resolution: -> accepted status: open -> closed ___ Python tracker ___ ___

[issue5881] Remove extraneous backwards-compatibility attributes from some modules

2009-04-29 Thread Larry Hastings
New submission from Larry Hastings : While hacking on CPython I noticed a couple of attributes that were there strictly for backwards compatibility with ancient modules or pure mistakes. They are: _hashlib.hash.digestsize pwd.struct_pwent _sha224.digestsize _sha256.digestsize _sha384.d