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 rhettinger
Recipients diekhans, rhettinger
Date 2017-11-09.04:49:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510202955.22.0.213398074469.issue31989@psf.upfronthosting.co.za>
In-reply-to
Content
Usually, all the necessary information is present in the previous line of the traceback:

    >>> a.volume = 10
    Traceback (most recent call last):
      File "<pyshell#6>", line 1, in <module>
        a.volume = 10
    AttributeError: can't set attribute

I don't seem to recall anyone else having problems with this error message.
History
Date User Action Args
2017-11-09 04:49:15rhettingersetrecipients: + rhettinger, diekhans
2017-11-09 04:49:15rhettingersetmessageid: <1510202955.22.0.213398074469.issue31989@psf.upfronthosting.co.za>
2017-11-09 04:49:15rhettingerlinkissue31989 messages
2017-11-09 04:49:14rhettingercreate