Re: [Python-3000] A question about Py3K migration

2008-03-18 Thread Paul Moore
On 18/03/2008, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > This is something that I've been pondering over for a while now, but I > > haven't been able to come to any strong conclusions. I'd appreciate > > some comment, and possibly a bit of clarification in the documentation > > for migrating

Re: [Python-3000] A question about Py3K migration

2008-03-18 Thread Martin v. Löwis
> This is something that I've been pondering over for a while now, but I > haven't been able to come to any strong conclusions. I'd appreciate > some comment, and possibly a bit of clarification in the documentation > for migrating to 3.0. As Nick says: Don't worry at all about migrating to 3.0. I

Re: [Python-3000] A question about Py3K migration

2008-03-18 Thread Nick Coghlan
Paul Moore wrote: > As I said at the start, I don't have any good answers. But would it be > worth maintaining something like a wiki page of key libraries and > their expectations for moving to 3.0? It might at least make people > aware of reasonable timescales, and set some expectations for chroni

[Python-3000] A question about Py3K migration

2008-03-18 Thread Paul Moore
This is something that I've been pondering over for a while now, but I haven't been able to come to any strong conclusions. I'd appreciate some comment, and possibly a bit of clarification in the documentation for migrating to 3.0. I'm basically an end user of Python. I don't write libraries or fr