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:
parent
6cc202c7bf
commit
a0be11a398
|
@ -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/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue