[Python-checkins] peps: Suggest that some APIs be marked as "transports-only".
guido.van.rossum
python-checkins at python.org
Fri Jan 18 00:42:53 CET 2013
http://hg.python.org/peps/rev/7431ef8732d7
changeset: 4681:7431ef8732d7
user: Guido van Rossum <guido at python.org>
date: Thu Jan 17 15:42:47 2013 -0800
summary:
Suggest that some APIs be marked as "transports-only".
files:
pep-3156.txt | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/pep-3156.txt b/pep-3156.txt
--- a/pep-3156.txt
+++ b/pep-3156.txt
@@ -439,7 +439,8 @@
TBD: Optional methods are not so good. Perhaps these should be
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
-------------------
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list