Re: Python related changes for unstable/squeeze

2009-02-16 Thread Felipe Sateler
Josselin Mouette wrote:

> Le lundi 16 février 2009 à 22:33 +0100, Matthias Klose a écrit :
>> "current" is also useful to only provide a public module for just the default
>> version. I'm unsure what you mean with when talking about the above mentioned
>> "issue"
> 
> Is it a joke? If you don’t know what this is about, why are you even
> talking about python packaging? Were you even reading the discussions on
> the Python policy when there have been some?
> 
> "current" does not mean anything, semantically, especially for public
> modules/extensions. There is a set of supported versions, and that’s
> all. For extensions, it is the set of versions the extension has been
> built against, and for modules, it is the set of versions the module can
> work with. In neither of these cases does "current" mean anything.

But it does mean something. Modules which build from C sources have to be built
for each version it wants to support, right? Maybe "current" is an arbitrary,
unjustified choice, but it means that C modules which only build once don't
will only work with that version.

-- 

  Felipe Sateler


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Python related changes for unstable/squeeze

2009-02-17 Thread Felipe Sateler
Josselin Mouette wrote:

> "XS-Python-Version: current" means the following: even if several Python
> versions are available, the module will only be built for the default
> version. *This declaration has nothing to do with the supported Python
> versions.* If we really needed it, it should go in another field.

I'm not sure what you mean. If a module is only built for one version, then the
other versions are not supported. Or by supported you mean that the module
would eventually work with another python version if compiled for it?

-- 

  Felipe Sateler


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org