New submission from Winfried Plappert <winfried.plapp...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue7623>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to