Bug#432705: s3cmd: consider tightening python dependency

2007-07-11 Thread Eric Evans
Package: s3cmd Version: 0.9.3-1 Severity: minor Tags: patch Line 68 of S3/S3Uri.py contains an instance of the new decorator syntax introduced in Python 2.4. @staticmethod def compose_uri(bucket, object = ): return s3://%s/%s % (bucket, object) You'd have to go back as far as Sarge to

Bug#432705: s3cmd: consider tightening python dependency

2007-07-11 Thread Mikhail Gusarov
tags 432705 upstream thanks Michal, I'm quoting full mail FYI. Do you want to use more 2.4 features or to stay with 2.3 and decorator was used accidentally in this case? Twas brillig at 17:20:57 10.07.2007 UTC-05 when Eric Evans did gyre and gimble: EE Line 68 of S3/S3Uri.py contains an

Bug#432705: s3cmd: consider tightening python dependency

2007-07-11 Thread Michal Ludvig
Hi, I have no intent to officially support Python 2.3 and am quite surprised that there is only one line that makes it incompatible ;-) I'm keen to include a patch to make it compatible with 2.3 again (could you provide that patch please?) but can't ensure that I won't introduce any other

Bug#432705: s3cmd: consider tightening python dependency

2007-07-11 Thread Mikhail Gusarov
Twas brillig at 10:52:45 12.07.2007 UTC+12 when Michal Ludvig did gyre and gimble: ML I'm keen to include a patch to make it compatible with 2.3 again (could you ML provide that patch please?) but can't ensure that I won't introduce any ML other incompatibility over time. Oops, I did not