Commit Graph

6 Commits

Author SHA1 Message Date
ncoghlan 8a4f6c8005 PEP 522: add missing "return" in example 2016-06-21 18:57:03 -07:00
Nick Coghlan 914dfa153e PEP 522: *BSD behaviour is variant specific 2016-06-21 18:17:54 -07:00
Nathaniel J. Smith 612452784a Fix a few typos in PEP 522 (#26) 2016-06-20 15:41:48 -07:00
Nick Coghlan 4573a6ba2e PEP 522: Rewrite accounting for Nathaniel's feedback
The core proposal (raising BlockingIOError) remains the same,
but the rationale and background sections now go into much more
depth for folks that want it.

The PEP now also explicitly covers the related changes to interpreter
and random module initialization, as well as providing references
to most of the related bugs.python.org messages.
2016-06-19 17:37:46 -07:00
Nick Coghlan 0448b96bb9 PEP 522: Address initial review comments
- Note MAC OS X kernel panic behaviour
- Fix copy & paste error in example function name
- Note getrandom() doesn't offer /dev/urandom behaviour
2016-06-16 13:30:20 -07:00
Nick Coghlan eab00de9cf PEP 522: BlockingIOError in security sensitive APIs on Linux 2016-06-16 12:32:11 -07:00