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 erik.bray
Recipients erik.bray, ethan.furman, r.david.murray
Date 2015-09-18.14:22:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442586126.68.0.720752667571.issue24766@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, of course that test would fail when run repeatedly--it sets the property docstring from 'Eggs' to 'Spam' on the first run, but then doesn't set it back to its original value.  Since the PropertyWritableDocs class used in that test is module-level it doesn't get reset.

I'd just update that test to return the docstring to its original value if you want it to pass under such a condition.
History
Date User Action Args
2015-09-18 14:22:06erik.braysetrecipients: + erik.bray, r.david.murray, ethan.furman
2015-09-18 14:22:06erik.braysetmessageid: <1442586126.68.0.720752667571.issue24766@psf.upfronthosting.co.za>
2015-09-18 14:22:06erik.braylinkissue24766 messages
2015-09-18 14:22:06erik.braycreate