[Python-ideas] [Python-Dev] question about packaging
Nick Coghlan
ncoghlan at gmail.com
Sat Dec 29 09:25:40 CET 2012
More information about the Python-ideas mailing list
Sat Dec 29 09:25:40 CET 2012
- Previous message: [Python-ideas] [Python-Dev] question about packaging
- Next message: [Python-ideas] proposed methods: list.replace / list.indices
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, Dec 29, 2012 at 5:39 PM, Michele Lacchia <michelelacchia at gmail.com> wrote: > Sorry if I interfere, but now what should be supported, distlib or > packaging? It seems to me that the former was born to solve some problems > packaging and distribute still had. In addition to that, packaging has not > been included in Python 3.3, as it was first planned. Originally, the distutils2 project was going to be the basis the new packaging support in the stdlib. The critical problem identified in the run up to 3.3 was that the level of maturity in distutils2 (and hence packaging) was hugely variable - some parts were (almost) ready for inclusion, but many were not. By building up distlib more incrementally (rather than starting as a fork of distutils), it should be easier to identify which parts are sufficiently mature for stdlib inclusion. Cheers, Nick. -- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-ideas] [Python-Dev] question about packaging
- Next message: [Python-ideas] proposed methods: list.replace / list.indices
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list