[Python-Dev] Re: python/dist/src/Lib/distutils/command upload.py, 1.3, 1.4

Jim Jewett jimjjewett at gmail.com
Tue Mar 22 22:09:29 CET 2005


On Tue, 22 Mar 2005 12:32:46 -0800, loewis at users.sourceforge.net wrote:
> Don't set the Python version for sdist uploads.

Why not?  I realize that version is more important for pre-compiled 
extension modules, but it applies even to a pure python package.

Source code that uses @decoration won't work in python 1.5

Defaulting to the version used to create the package isn't perfect, 
and may sometimes be too conservative -- but as a default, is it
really worse than nothing?

-jJ


More information about the Python-Dev mailing list