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 wplappert
Recipients wplappert
Date 2010-01-03.17:29:16
SpamBayes Score 0.0002009103
Marked as misclassified No
Message-id <1262539758.51.0.472094594886.issue7623@psf.upfronthosting.co.za>
In-reply-to
Content
I wonder why there is not PropertyType defined in Lib/types.py. I found it out the hard way when I was xref'ing my Python files and the program died missing a key "<type 'property'>". It can easily be defined as PropertyType  = type(property()). See also Issue1327971  where PropertyType gets defined locally and the matching diff file,  http://bugs.python.org/file13036/test_pyclbr_property.diff.
History
Date User Action Args
2010-01-03 17:29:18wplappertsetrecipients: + wplappert
2010-01-03 17:29:18wplappertsetmessageid: <1262539758.51.0.472094594886.issue7623@psf.upfronthosting.co.za>
2010-01-03 17:29:16wplappertlinkissue7623 messages
2010-01-03 17:29:16wplappertcreate