Add TBD about the (un)desirability of optional APIs.

This commit is contained in:
Guido van Rossum 2012-12-14 21:05:22 -08:00
parent 3ed8b354d7
commit 2ff63df79d
1 changed files with 4 additions and 0 deletions

View File

@ -319,6 +319,10 @@ supports it). The socket argument has to be a non-blocking socket.
too slow for high-volume servers. So there's also
``start_serving()`` above. Then do we still need this?)
TBD: Optional methods are not so good. Perhaps these should be
required? It may still depend on the platform which set is more
efficient.
Callback Sequencing
-------------------