> For me that is a burden, the absence of the extended operators in python > (+=, -=, ... op=) makes the code dull, the fact that string were made a first > class type only in python 2.0 does not help either.
What? += and string class is not in 1.5.2? I use it a lot in configure.py. > If you are proposing to drop this requirement you have my full support. :-) > Even without taking with George I can assure you his support. ;-) I guess we would better support python >= 2.0. Bo