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 _doublep
Recipients _doublep, georg.brandl
Date 2008-01-20.18:22:53
SpamBayes Score 0.0026237206
Marked as misclassified No
Message-id <1200853374.68.0.229132777903.issue1878@psf.upfronthosting.co.za>
In-reply-to
Content
set_default() is a static method to set 'default'.  Because of this:

>>> AbstractGCProtector.default = 42
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: can't set attributes of built-in/extension type
'notify.gc.AbstractGCProtector'

About source code: go to  http://download.gna.org/py-notify/  download,
unpack and do './run-tests.py' at top level.  One test fails with Python
SVN precisely because of this problem.
History
Date User Action Args
2008-01-20 18:22:54_doublepsetspambayes_score: 0.00262372 -> 0.0026237206
recipients: + _doublep, georg.brandl
2008-01-20 18:22:54_doublepsetspambayes_score: 0.00262372 -> 0.00262372
messageid: <1200853374.68.0.229132777903.issue1878@psf.upfronthosting.co.za>
2008-01-20 18:22:53_doubleplinkissue1878 messages
2008-01-20 18:22:53_doublepcreate