Fri May 5 10:32:13 2006
Ticket #56 (Closed: fixed)
wantFunction and wantMethod bugs in attr [patch]
| Priority: | normal | Reporter: | Kumar McMillan <support-forums4@farmdev.com> |
|---|---|---|---|
| Severity: | normal | Assigned to: | jpellerin |
| Component: | nose:plugins | Status: | closed |
| Version: | 0.9 | Resolution: | fixed |
| Milestone: | 0.9a2 | Keywords: |
Description by Kumar McMillan <support-forums4@farmdev.com>:
this might be better fixed in the loader since I think at least for the wantMethod bug, it should not get something that's not a method. But this patches was necessary to allow a large ETL suite to run that I'm trying to use attributes in. a patch against branches/0.9-stable is to follow
Attachments
Changelog
Fri May 5 10:36:00 2006: Modified by guest
- attachment added: nose.0.9-stable.r34.patch
Sat May 6 13:16:10 2006: Modified by jpellerin
- resolution set to fixed
- milestone changed from 0.9 to 0.9a2
- version set to 0.9
- status changed from new to closed

This is fixed in the loader in [35] on the 0.9-stable branch. Now only actual functions and methods are passed to wantFunction/wantMethod.