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 Ronny.Pfannschmidt
Recipients Ronny.Pfannschmidt
Date 2013-03-17.16:08:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363536507.07.0.43500928967.issue17446@psf.upfronthosting.co.za>
In-reply-to
Content
examples that are found on a property dont detect the line number

class example(object):
  @property
  def me(self):
   """
   >>> 1/0
   """
   pass
History
Date User Action Args
2013-03-17 16:08:27Ronny.Pfannschmidtsetrecipients: + Ronny.Pfannschmidt
2013-03-17 16:08:27Ronny.Pfannschmidtsetmessageid: <1363536507.07.0.43500928967.issue17446@psf.upfronthosting.co.za>
2013-03-17 16:08:27Ronny.Pfannschmidtlinkissue17446 messages
2013-03-17 16:08:26Ronny.Pfannschmidtcreate