[Python-checkins] r61215 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Mon Mar 3 23:44:30 CET 2008


Author: brett.cannon
Date: Mon Mar  3 23:44:30 2008
New Revision: 61215

Modified:
   peps/trunk/pep-3108.txt
Log:
Add a note that modules to be removed might stick around without a documented,
public interface so that dependent modules can continue to work.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Mon Mar  3 23:44:30 2008
@@ -74,6 +74,10 @@
 and then put up on PyPI. In such cases the code is not expected to be
 maintained beyond the discretion of any core developer.
 
+If a module that is removed is used by a module that is not staying,
+then the module to remove will have its documentation removed and be
+renamed to signify it has no public API.
+
 .. _PyPI: http://pypi.python.org/
 
 


More information about the Python-checkins mailing list