[Python-checkins] devguide: Link to a meta-issue about taking APIs private.

brett.cannon python-checkins at python.org
Thu Jan 13 00:44:13 CET 2011


brett.cannon pushed 14697ea1a083 to devguide:

http://hg.python.org/devguide/rev/14697ea1a083
changeset:   87:14697ea1a083
user:        Brett Cannon <brett at python.org>
date:        Wed Jan 12 10:41:46 2011 -0800
summary:
  Link to a meta-issue about taking APIs private.

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -99,6 +99,7 @@
     Think about beginner task of properly making APIs private (i.e., leading
     underscore where needed) or finally documenting them;
     see http://mail.python.org/pipermail/python-dev/2010-November/105476.html
+    and http://bugs.python.org/issue10894
 
 .. todo::
     Think about suggesting going through stagnant issues (rather advanced)

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


More information about the Python-checkins mailing list