Suggest that some APIs be marked as "transports-only".

This commit is contained in:
Guido van Rossum 2013-01-17 15:42:47 -08:00
parent d5374ae4cc
commit e34084ed52
1 changed files with 2 additions and 1 deletions

View File

@ -439,7 +439,8 @@ supports it). The socket argument has to be a non-blocking socket.
TBD: Optional methods are not so good. Perhaps these should be TBD: Optional methods are not so good. Perhaps these should be
required? It may still depend on the platform which set is more required? It may still depend on the platform which set is more
efficient. efficient. Another possibility: document these as "for transports
only" and the rest as "for anyone".
Callback Sequencing Callback Sequencing
------------------- -------------------