[Python-checkins] peps: Add TBD about the (un)desirability of optional APIs.

guido.van.rossum python-checkins at python.org
Sat Dec 15 06:05:28 CET 2012


http://hg.python.org/peps/rev/7ea848150df7
changeset:   4614:7ea848150df7
user:        Guido van Rossum <guido at google.com>
date:        Fri Dec 14 21:05:22 2012 -0800
summary:
  Add TBD about the (un)desirability of optional APIs.

files:
  pep-3156.txt |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/pep-3156.txt b/pep-3156.txt
--- a/pep-3156.txt
+++ b/pep-3156.txt
@@ -319,6 +319,10 @@
   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
 -------------------
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list