[Python-Dev] 3.1 focus (was Re: for __future__ import planning)

"Martin v. Löwis" martin at v.loewis.de
Sun Oct 5 18:38:56 CEST 2008


>> foobar-1.0-py2.6.tar.gz
>> foobar-1.0-py3.0.tar.gz
> 
> More likely, in this way:
> 
> foobar-1.0-py2.tar.gz
> foobar-1.0-py3.tar.gz

How do you implement this in distutils? People probably won't rename
the files from how sdist names them. So it's more likely that they
come up with things like

foobar_py3-1.0.tar.gz

and register a second project foobar_py3 in PyPI.

Regards,
Martin



More information about the Python-Dev mailing list