<p dir="ltr">Hi,</p>
<p dir="ltr">IMO we should not document enum types because Python implementations other than CPython may want to implement them differently (ex: not all Python implementations have an enum module currently). By experience, exposing too many things in the public API becomes a problem later when you want to modify the code.</p>

<p dir="ltr">Victor</p>
<div class="gmail_quote">Le 14 août 2014 07:47, "Serhiy Storchaka" <<a href="mailto:storchaka@gmail.com">storchaka@gmail.com</a>> a écrit :<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Should new enum types added recently to collect module constants be documented at all? For example AddressFamily is absent in socket.__all__ [1].<br>
<br>
[1] <a href="http://bugs.python.org/issue20689" target="_blank">http://bugs.python.org/<u></u>issue20689</a><br>
<br>
______________________________<u></u>_________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank">https://mail.python.org/<u></u>mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/victor.stinner%40gmail.com" target="_blank">https://mail.python.org/<u></u>mailman/options/python-dev/<u></u>victor.stinner%40gmail.com</a><br>
</blockquote></div>