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 serhiy.storchaka
Recipients serhiy.storchaka, vajrasky, vstinner
Date 2014-05-27.14:51:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401202279.42.0.525438383291.issue20689@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, now I see what is wrong.

Actually AddressFamily is missing in text output of pydoc too. Because "AddressFamily" is not included in the __all__ list. SocketType is included, but this is different SocketType, SocketType from _socket (see issue20386).

Here is a patch which fixes this issue.
History
Date User Action Args
2014-05-27 14:51:19serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, vajrasky
2014-05-27 14:51:19serhiy.storchakasetmessageid: <1401202279.42.0.525438383291.issue20689@psf.upfronthosting.co.za>
2014-05-27 14:51:19serhiy.storchakalinkissue20689 messages
2014-05-27 14:51:19serhiy.storchakacreate