Add a note that modules to be removed might stick around without a documented,

public interface so that dependent modules can continue to work.
This commit is contained in:
Brett Cannon 2008-03-03 22:44:30 +00:00
parent 6cc202c7bf
commit a0be11a398
1 changed files with 4 additions and 0 deletions

View File

@ -74,6 +74,10 @@ the code will be ported to 3.0, moved outside of Python 3.0's trunk,
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/