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 ethan.furman
Recipients erik.bray, ethan.furman, r.david.murray
Date 2015-09-18.05:46:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442555211.88.0.555126078451.issue24766@psf.upfronthosting.co.za>
In-reply-to
Content
ethan@code:~/source/python/issue25147$ ./python -m test.regrtest -R3:3 test_property
[1/1] test_property

Eggs  # from print() inside test

beginning 6 repetitions
123456

Spam  # the new value from the previous run seems stuck

test test_property failed -- Traceback (most recent call last):
  File "/home/ethan/source/python/issue25147/Lib/test/test_property.py", line 175, in test_property_decorator_doc_writable
    self.assertEqual(sub.__class__.spam.__doc__, 'Eggs')
AssertionError: 'Spam' != 'Eggs'
- Spam
+ Eggs


1 test failed:
    test_property
History
Date User Action Args
2015-09-18 05:46:51ethan.furmansetrecipients: + ethan.furman, r.david.murray, erik.bray
2015-09-18 05:46:51ethan.furmansetmessageid: <1442555211.88.0.555126078451.issue24766@psf.upfronthosting.co.za>
2015-09-18 05:46:51ethan.furmanlinkissue24766 messages
2015-09-18 05:46:51ethan.furmancreate