Tue Apr 18 10:00:45 2006
Ticket #46 (Closed: fixed)
super?
| Priority: | normal | Reporter: | jpellerin |
|---|---|---|---|
| Severity: | normal | Assigned to: | jpellerin |
| Component: | nose | Status: | closed |
| Version: | 0.9 | Resolution: | fixed |
| Milestone: | 0.9a1 | Keywords: |
Description by jpellerin:
Check usage of super() vs direct init calls. Ref: http://fuhm.net/super-harmful/
Changelog
Tue Apr 18 10:23:40 2006: Modified by jpellerin
- status changed from new to assigned
Sun Apr 23 18:54:48 2006: Modified by jpellerin
- resolution set to fixed
- status changed from assigned to closed

In [26] switched all super() calls to explicit superclass calls.