[Python-checkins] devguide: Add a possible todo for having people help figure out what is and is not part

brett.cannon python-checkins at python.org
Fri Jan 7 01:23:42 CET 2011


brett.cannon pushed 80b8733a3dc9 to devguide:

http://hg.python.org/devguide/rev/80b8733a3dc9
changeset:   43:80b8733a3dc9
user:        Brett Cannon <brett at python.org>
date:        Thu Jan 06 15:53:38 2011 -0800
summary:
  Add a possible todo for having people help figure out what is and is not part of the public API.

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -86,6 +86,11 @@
     from ImportError representing a skipped test and also rip out the
     expectations stuff from regrtest and put it with the tests instead.
 
+.. todo::
+    Think about beginner task of properly making APIs private (i.e., leading
+    underscore where needed); see http://mail.python.org/pipermail/python-dev/2010-November/105476.html
+
+
 
 .. _buildbots: http://python.org/dev/buildbot/
 .. _PEP 7: http://www.python.org/dev/peps/pep-0007

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


More information about the Python-checkins mailing list