[issue5771] SA bugs with unittest...@r71263

2009-04-18 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r71721. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Pytho

[issue5771] SA bugs with unittest...@r71263

2009-04-16 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> michael.foord ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue5771] SA bugs with unittest...@r71263

2009-04-16 Thread Garrett Cooper
Changes by Garrett Cooper : Removed file: http://bugs.python.org/file13701/unittest-sa_fix-r71263.diff ___ Python tracker ___ ___ Python-bugs-l

[issue5771] SA bugs with unittest...@r71263

2009-04-16 Thread Garrett Cooper
Garrett Cooper added the comment: Ugh... The `...@staticmethod fix' was invalid. -- Added file: http://bugs.python.org/file13702/unittest-sa_fix-r71263.diff ___ Python tracker __

[issue5771] SA bugs with unittest...@r71263

2009-04-16 Thread Garrett Cooper
New submission from Garrett Cooper : A handful of valid bugs were reported with pylint when I was backporting unittest.py r71263 to 2.4/2.5 from HEAD for . The attached diff fixes them. -- components: Extension Modules, Tests files: unit