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 vstinner
Recipients Edd.Barrett, christian.heimes, dstufft, flox, giampaolo.rodola, janssen, koobs, mgorny, oberstet, pitrou, polymorphm, rpointel, spil, vstinner
Date 2014-11-28.11:04:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417172683.95.0.740828057435.issue21356@psf.upfronthosting.co.za>
In-reply-to
Content
> I thikn RAND_egd() should probably raise NotImplementedError if the function isn't exposed by the ssl library.

I would prefer to follow the model of the os module: don't declare a function if it is not supported by the OS.
History
Date User Action Args
2014-11-28 11:04:44vstinnersetrecipients: + vstinner, janssen, pitrou, giampaolo.rodola, christian.heimes, flox, polymorphm, mgorny, rpointel, oberstet, koobs, dstufft, Edd.Barrett, spil
2014-11-28 11:04:43vstinnersetmessageid: <1417172683.95.0.740828057435.issue21356@psf.upfronthosting.co.za>
2014-11-28 11:04:43vstinnerlinkissue21356 messages
2014-11-28 11:04:43vstinnercreate