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 georg.brandl
Recipients docs@python, eli.bendersky, ethan.furman, georg.brandl, giampaolo.rodola, ncoghlan
Date 2014-01-25.07:45:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390635936.18.0.0737642178757.issue20386@psf.upfronthosting.co.za>
In-reply-to
Content
Um... changing the name "socket.SocketType" from type(socket) to an enum of SOCK_ constants is not a docs issue, but a regression.

Eli, you introduced this change (inadvertently, I think, which can easily happen since SocketType is imported by "*" from _socket).  Please find a better name for the type enum and document the new enums.
History
Date User Action Args
2014-01-25 07:45:36georg.brandlsetrecipients: + georg.brandl, ncoghlan, giampaolo.rodola, eli.bendersky, docs@python, ethan.furman
2014-01-25 07:45:36georg.brandlsetmessageid: <1390635936.18.0.0737642178757.issue20386@psf.upfronthosting.co.za>
2014-01-25 07:45:36georg.brandllinkissue20386 messages
2014-01-25 07:45:35georg.brandlcreate