[ftputil] Which Python version(s) do you use?
Andrew Ittner
andrew.ittner at usa.net
Fri Jul 21 05:39:47 CEST 2006
I second this comment - I use 2.4.2 currently, always try to remain within 6
months of the latest stable version, and never worry about going backwards.
Yes, please drop support of anything earlier than 2.3. Frankly, even going
with a minimum of 2.4 would be just as good - assuming that makes your life
easier.
Andrew Ittner
>I'm using 2.4.3 everywhere and will move to 2.5 as soon as it's
>released.
>
>I'm not a big fan, personally, of crippling utility software like
>ftputil to remain compatible with older versions of tools since the
>people who are likely to be using it are also likely to be able to
>keep themselves in an up to date environment.
>
>S
>
>On Jul 20, 2006, at 7:48 PM, Stefan Schwarzer wrote:
>
>> Hello,
>>
>> when I released ftputil for the first time, Python 2.2 had just
>> been released (or was about to be released). So I tried to make
>> ftputil compatible with Python versions starting at 2.1, which
>> required some compromises. I would like to make use of the
>> features added in 2.2. This would allow to remove e. g. the
>> UserTuple class and the extra handling of the True/False values
>> (though they were introduced in Python 2.2.1, not 2.2, if I
>> remember correctly).
>>
>> Thus my question: Which is the lowest Python version you use with
>> ftputil? Would it be ok to drop compatibility with Python
>> versions < 2.2.1 with the release of ftputil 2.2? Or do you
>> really depend on earlier Python versions, i. e. can only switch
>> to a newer version with much effort?
>>
>> Stefan
More information about the ftputil
mailing list