Re: [pyusb-users] [Poll] Support for python 2.3

2010-12-14 Thread wander.lairson
2010/12/14 Igor Mohor : > Hi. > > I'm also fine with 2.6 and higher (hopefully 3.x soon) > > Regards, >     Igor > > > On Tue, Dec 14, 2010 at 10:20 AM, Phil Hannent wrote: >> >> On 12/12/2010 19:55, wander.lairson wrote: >> > Hi there people, >> > >> > I few months ago I added support for logging

Re: [pyusb-users] [Poll] Support for python 2.3

2010-12-14 Thread Igor Mohor
Hi. I'm also fine with 2.6 and higher (hopefully 3.x soon) Regards, Igor On Tue, Dec 14, 2010 at 10:20 AM, Phil Hannent wrote: > On 12/12/2010 19:55, wander.lairson wrote: > > Hi there people, > > > > I few months ago I added support for logging in PyUSB to make debug > > and problem/bug

Re: [pyusb-users] [Poll] Support for python 2.3

2010-12-14 Thread Phil Hannent
On 12/12/2010 19:55, wander.lairson wrote: > Hi there people, > > I few months ago I added support for logging in PyUSB to make debug > and problem/bug reports easier. It makes use of decorators. The point > is that I haven't realized that decorators is part of Python since 2.4 > version. Keeping l

Re: [pyusb-users] [Poll] Support for python 2.3

2010-12-13 Thread nick caruso
Seconded. Active Python 2.3 developers will be forced to move forward at some point. Might as well provide some incentive. ;-) On Sun, Dec 12, 2010 at 5:59 PM, Karl Palsson wrote: > drop it! :) > > On 12/12/2010 07:55 PM, wander.lairson wrote: >> Hi there people, >> >> I few months ago I added

Re: [pyusb-users] [Poll] Support for python 2.3

2010-12-12 Thread Karl Palsson
drop it! :) On 12/12/2010 07:55 PM, wander.lairson wrote: > Hi there people, > > I few months ago I added support for logging in PyUSB to make debug > and problem/bug reports easier. It makes use of decorators. The point > is that I haven't realized that decorators is part of Python since 2.4 > ve