This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: SA bugs with unittest.py@r71263
Type: compile error Stage:
Components: Extension Modules, Tests Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: michael.foord Nosy List: benjamin.peterson, gregory.p.smith, michael.foord, ngie
Priority: normal Keywords: patch

Created on 2009-04-16 09:53 by ngie, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unittest-sa_fix-r71263.diff ngie, 2009-04-16 10:05
Messages (3)
msg86019 - (view) Author: Enji Cooper (ngie) * Date: 2009-04-16 09:53
A handful of valid bugs were reported with pylint when I was backporting
unittest.py r71263 to 2.4/2.5 from HEAD for
<http://code.google.com/p/python-unittest-backport>. The attached diff
fixes them.
msg86020 - (view) Author: Enji Cooper (ngie) * Date: 2009-04-16 10:05
Ugh... The `@staticmethod fix' was invalid.
msg86134 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-04-18 19:28
Fixed in r71721.
History
Date User Action Args
2022-04-11 14:56:47adminsetgithub: 50021
2009-04-18 19:28:00benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg86134
2009-04-16 19:00:12georg.brandlsetassignee: michael.foord
2009-04-16 18:36:30benjamin.petersonlinkissue5770 superseder
2009-04-16 10:05:59ngiesetfiles: - unittest-sa_fix-r71263.diff
2009-04-16 10:05:48ngiesetfiles: + unittest-sa_fix-r71263.diff

messages: + msg86020
2009-04-16 09:53:13ngiecreate