[Distutils] Setuptools 2.0 Released

Nick Coghlan ncoghlan at gmail.com
Tue Dec 10 03:30:19 CET 2013


On 10 Dec 2013 08:03, "Tres Seaver" <tseaver at palladion.com> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 12/09/2013 04:40 PM, Antoine Pitrou wrote:
> > Is there a changelog?
>
>
https://bitbucket.org/pypa/setuptools/src/f4d6757ae9fa79df03ef6ed070ab8757707fe963/CHANGES.txt?at=default

Ah, one instance of the legacy import system PEP 302 emulation finally
removed :)

Perhaps for 3.5, I (or someone else!) will finally get around to making the
emulation layer in pkgutil a thin wrapper around importlib. Since the
import system migrated to importlib in 3.3, the utility functions in
pkgutil no longer rely on that emulation, but it's still around for
backwards compatibility with direct third party usage.

Cheers,
Nick.

>
>
> Tres.
> - --
> ===================================================================
> Tres Seaver          +1 540-429-0999          tseaver at palladion.com
> Palladion Software   "Excellence by Design"    http://palladion.com
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iEYEARECAAYFAlKmPi0ACgkQ+gerLs4ltQ6HggCguPzkufm/VmuORsxC5xJ59rwQ
> yY4An2y622rRFmNFrNOxEit1TED0QpMw
> =P0Ix
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG at python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20131210/af065d3c/attachment.html>


More information about the Distutils-SIG mailing list