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 giampaolo.rodola
Recipients docs@python, eli.bendersky, ethan.furman, georg.brandl, giampaolo.rodola, ncoghlan
Date 2014-01-25.20:20:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390681233.6.0.937206804167.issue20386@psf.upfronthosting.co.za>
In-reply-to
Content
But as a user when are you gonna need to use AddressFamily container?
Before enum we didn't have something like:

AddressFamily = (AF_INET, AF_INET6, ...)

Basically because we didn't need it. Sorry if I'm missing something here.
History
Date User Action Args
2014-01-25 20:20:33giampaolo.rodolasetrecipients: + giampaolo.rodola, georg.brandl, ncoghlan, eli.bendersky, docs@python, ethan.furman
2014-01-25 20:20:33giampaolo.rodolasetmessageid: <1390681233.6.0.937206804167.issue20386@psf.upfronthosting.co.za>
2014-01-25 20:20:33giampaolo.rodolalinkissue20386 messages
2014-01-25 20:20:33giampaolo.rodolacreate