[Python-Dev] Packaging in Python 2 anyone ?

Fred Drake fdrake at acm.org
Thu Aug 18 05:17:38 CEST 2011


On Wed, Aug 17, 2011 at 11:00 PM, Nick Coghlan <ncoghlan at gmail.com> wrote:
> It's actually for the same reason that unittest changes are backported
> under the unittest2 name - the distutils2 name can be used in the
> future to get Python 3.4 packaging features in Python 3.3, but that
> would be difficult if the backport shadowed the standard library name.

Ah, yes... the old "too bad we stuck it in the standard library" problem.

For some things, an easy lament, but for foundational packaging-related
things, it's hard to get around.


  -Fred

-- 
Fred L. Drake, Jr.    <fdrake at acm.org>
"A person who won't read has no advantage over one who can't read."
   --Samuel Langhorne Clemens


More information about the Python-Dev mailing list