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.

Author ndim
Recipients georg.brandl, kevingoodsell, ndim
Date 2008-07-05.12:37:19
SpamBayes Score 6.616488e-06
Marked as misclassified No
Message-id <1215261441.87.0.591509728069.issue1754483@psf.upfronthosting.co.za>
In-reply-to
Content
Even with that patch, I'm still getting backtraces similar to this:

Traceback (most recent call last):
  File "/home/user/foo/src/foo", line 83, in <module>
    foomain(sys.argv)
  File "/home/uli/foo/src/foo", line 79, in foomain
    foolib.main.cmdmain(sys.argv)
  File "./foolib/main.py", line 250, in cmdmain
  File "./foolib/main.py", line 199, in main
  File "./foolib/main.py", line 180, in __init__
  File "./foolib/main.py", line 115, in __get__
AttributeError: property--48216a94

Looks like I should write a dozen test cases I can think of on my own. :)
History
Date User Action Args
2008-07-05 12:37:22ndimsetspambayes_score: 6.61649e-06 -> 6.616488e-06
recipients: + ndim, georg.brandl, kevingoodsell
2008-07-05 12:37:21ndimsetspambayes_score: 6.61649e-06 -> 6.61649e-06
messageid: <1215261441.87.0.591509728069.issue1754483@psf.upfronthosting.co.za>
2008-07-05 12:37:21ndimlinkissue1754483 messages
2008-07-05 12:37:20ndimcreate