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

brett.cannon python-checkins at python.org
Tue Mar 13 03:03:32 CET 2007


Author: brett.cannon
Date: Tue Mar 13 03:03:26 2007
New Revision: 54314

Modified:
   peps/trunk/pep-3108.txt
Log:
Add a section for modules with just really bad names.  Start it with renaming
test.test_support to test.support .


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Tue Mar 13 03:03:26 2007
@@ -437,6 +437,20 @@
 ============  ===============================
 
 
+Poorly chosen names
+-------------------
+
+A few modules have names that were poorly chosen in hindsight.  They
+should be renamed so as to prevent their bad name from perpetuating
+beyond the 2.x series.
+
+=================  ===============================
+Current Name       Replacement Name
+=================  ===============================
+test.test_support  test.support
+=================  ===============================
+
+
 Transition Plan
 ===============
 


More information about the Python-checkins mailing list