In article <[email protected]>, Tarek Ziadé <[email protected]> wrote: > On Tue, May 17, 2011 at 10:40 PM, Victor Stinner > <[email protected]> wrote: > > Le mardi 17 mai 2011 à 17:36 +0200, Tarek Ziadé a écrit : > >> - addition of Lib/packaging > >> - addition of test/test_packaging.py > >> - changes in Lib/sysconfig.py > >> - addition of Lib/sysconfig.cfg > > > > Does setup.py continue to use the "old" distutils module? > > Yes. The plan is to keep distutils support, so projects with setup.py > still work.
Just to be clear: what about for the build of the interpreter itself, i.e. its setup.py for the standard library extension modules? Will the existing distutils code continue to be used for that? Or is it being replaced by code in packaging? If so, have Python builds been tested yet on the various platforms? -- Ned Deily, [email protected] _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
