[New-bugs-announce] [issue7623] PropertyType missing in Lib/types.py
Winfried Plappert
report at bugs.python.org
Sun Jan 3 18:29:18 CET 2010
New submission from Winfried Plappert <Winfried.Plappert at gmail.com>:
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.
----------
components: Library (Lib)
messages: 97169
nosy: wplappert
severity: normal
status: open
title: PropertyType missing in Lib/types.py
type: behavior
versions: Python 2.6, Python 2.7, Python 3.1
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7623>
_______________________________________
More information about the New-bugs-announce
mailing list