[Twisted-Python] Getting involved in Python 3.0 porting

2009-01-27 Thread Manuel Alejandro CerĂ³n Estrada
Hello. This year I'm going to start my graduation project for software engineering and I want to use Python and Twisted. I want to use Python 3.0 but unfortunately, Twisted doesn't support 3.0 yet and I've read that this is not exactly a high priority right now. As this is an open source project,

Re: [Twisted-Python] Getting involved in Python 3.0 porting

2009-01-27 Thread glyph
On 05:12 pm, ceron...@gmail.com wrote: This year I'm going to start my graduation project for software engineering and I want to use Python and Twisted. I want to use Python 3.0 but unfortunately, Twisted doesn't support 3.0 yet and I've read that this is not exactly a high priority right now. A

Re: [Twisted-Python] Twisted Sprint in February

2009-01-27 Thread glyph
On 01:48 am, ra...@twistedmatrix.com wrote: I'd like to go to the sprint, but for what it's worth, I won't be able to make it on that weekend. I'm leaving for business the afternoon of the 7th. Do you have a different recommendation? How long will your trip take?

Re: [Twisted-Python] Twisted Sprint in February

2009-01-27 Thread Christopher Armstrong
On Tue, Jan 27, 2009 at 2:22 PM, wrote: > > On 01:48 am, ra...@twistedmatrix.com wrote: >> >> I'd like to go to the sprint, but for what it's worth, I won't be able >> to make it on that weekend. I'm leaving for business the afternoon of >> the 7th. > > Do you have a different recommendation? Ho

Re: [Twisted-Python] Twisted Sprint in February

2009-01-27 Thread Itamar Shtull-Trauring
On Tue, 2009-01-27 at 14:30 -0500, Christopher Armstrong wrote: > I could sprint this weekend. The trip is two weeks, so I could > feasibly also sprint on the Sunday the 22nd (with the chance of > jetlag). Any other weekend is probably good, I'm just unavailable 7th > through 21st. This Saturday

Re: [Twisted-Python] Twisted Sprint in February

2009-01-27 Thread glyph
On 07:30 pm, ra...@twistedmatrix.com wrote: I could sprint this weekend. The trip is two weeks, so I could feasibly also sprint on the Sunday the 22nd (with the chance of jetlag). Any other weekend is probably good, I'm just unavailable 7th through 21st. OK then, the 1st could work for me too.

Re: [Twisted-Python] Twisted Sprint in February

2009-01-27 Thread Jean-Paul Calderone
On Tue, 27 Jan 2009 22:27:25 -, gl...@divmod.com wrote: On 07:30 pm, ra...@twistedmatrix.com wrote: I could sprint this weekend. The trip is two weeks, so I could feasibly also sprint on the Sunday the 22nd (with the chance of jetlag). Any other weekend is probably good, I'm just unavailable

[Twisted-Python] multiple log files

2009-01-27 Thread Ted Pederson
I am new to twisted. If I understand it correctly, the framework doesn't support multiple log files. I can still use python's logging, but will there be problems with blocking? ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twiste

Re: [Twisted-Python] multiple log files

2009-01-27 Thread Jean-Paul Calderone
On Tue, 27 Jan 2009 15:05:46 -0800, Ted Pederson wrote: I am new to twisted. If I understand it correctly, the framework doesn't support multiple log files. You can implement any logging policy you want. See the logging documentation (

Re: [Twisted-Python] Beginner's question about names and callbacks

2009-01-27 Thread Adan Broderick
Fantastic, that is exactly what I was looking for. Thank you very much for helping me. On Mon, Jan 26, 2009 at 1:46 AM, Tim Allen wrote: > On Mon, Jan 26, 2009 at 01:06:37AM -0500, Adan Broderick wrote: > > I'm trying to write a program that will call my own function whenever a > > query to a

Re: [Twisted-Python] Getting involved in Python 3.0 porting

2009-01-27 Thread Jean-Paul Calderone
On Tue, 27 Jan 2009 19:08:15 -, gl...@divmod.com wrote: On 05:12 pm, ceron...@gmail.com wrote: This year I'm going to start my graduation project for software engineering and I want to use Python and Twisted. I want to use Python 3.0 but unfortunately, Twisted doesn't support 3.0 yet and I'

Re: [Twisted-Python] Getting involved in Python 3.0 porting

2009-01-27 Thread Michael Pyle
On Tue, Jan 27, 2009 at 5:40 PM, Jean-Paul Calderone wrote: > On Tue, 27 Jan 2009 19:08:15 -, gl...@divmod.com wrote: > >> >> On 05:12 pm, ceron...@gmail.com wrote: >> >>> This year I'm going to start my graduation project for software >>> engineering and I want to use Python and Twisted. I wa

Re: [Twisted-Python] Getting involved in Python 3.0 porting

2009-01-27 Thread Jean-Paul Calderone
On Tue, 27 Jan 2009 18:37:39 -0800, Michael Pyle wrote: On Tue, 27 Jan 2009 19:08:15 -, gl...@divmod.com wrote: [snip] So the first thing you should do is find, file, and fix as many tickets as you can related to warnings in tests; warnings from Twisted itself, warnings from the stdlib, w