Georg Brandl added the comment:

@Amaury: this is not what I read there:

"If the object is a type or class object, the list contains the names of its 
attributes, and recursively of the attributes of its bases."

This implies that class attributes are definitely supposed to be in there.

----------
nosy: +georg.brandl
resolution: works for me -> 
status: pending -> open
title: __qualname__ missing from dir(__class__) during class initialisation -> 
some class attributes missing from dir(Class)

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22790>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to