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 dsdale24
Recipients daniel.urban, dsdale24
Date 2011-03-19.21:41:18
SpamBayes Score 0.0072114863
Marked as misclassified No
Message-id <1300570879.8.0.2345119882.issue11610@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a new patch that addresses a couple problems found in review:

* Unit tests contained a typo (Property instead of property)
* DeprecationWarning would be issued when importing abc rather than when creating abstractproperty. (whether abstractproperty should be deprecated has been questioned).
History
Date User Action Args
2011-03-19 21:41:20dsdale24setrecipients: + dsdale24, daniel.urban
2011-03-19 21:41:19dsdale24setmessageid: <1300570879.8.0.2345119882.issue11610@psf.upfronthosting.co.za>
2011-03-19 21:41:19dsdale24linkissue11610 messages
2011-03-19 21:41:19dsdale24create