r53211 - peps/trunk/pep-3108.txt

Author: brett.cannon Date: Wed Jan 3 00:00:51 2007 New Revision: 53211 Modified: peps/trunk/pep-3108.txt Log: Clarify that the suggested packaging sections are not suggested package names. Modified: peps/trunk/pep-3108.txt ============================================================================== --- peps/trunk/pep-3108.txt (original) +++ peps/trunk/pep-3108.txt Wed Jan 3 00:00:51 2007 @@ -496,7 +496,9 @@ Packages are often used to group together modules that have a similar theme but do not have any direct relationship or dependency upon each other. For Python 3.0 obvious groupings could be done since renaming -of various modules is already occurring. +of various modules is already occurring. Below is a list sectioned +off into what types of obvious groupings there seem to be. No name +for the suggested package (if not already existent) is being proposed. * collections
participants (1)
-
brett.cannon