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

brett.cannon python-checkins at python.org
Fri Feb 29 02:58:53 CET 2008


Author: brett.cannon
Date: Fri Feb 29 02:58:53 2008
New Revision: 61122

Modified:
   peps/trunk/pep-3108.txt
Log:
Add a note that removed modules can be made available outside of Python if so
desired.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Fri Feb 29 02:58:53 2008
@@ -68,6 +68,14 @@
 all the changes to 2.6, merge the changes into the 3k branch, then
 perform the procedure above.  This will avoid some merge conflicts.
 
+In certain cases, a removed module might be used by enough people
+that it is worth making the code available on PyPI_. In those cases
+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.
+
+.. _PyPI: http://pypi.python.org/
+
 
 Previously deprecated
 ---------------------


More information about the Python-checkins mailing list