Re: The real problem with Python 3 - no business case for conversion (was "I strongly dislike Python 3")
- From: Chris Rebert <clp2@xxxxxxxxxxxx>
- Date: Mon, 5 Jul 2010 15:41:31 -0700
On Mon, Jul 5, 2010 at 3:38 PM, Philip Semanchuk <philip@xxxxxxxxxxxxx> wrote:
On Jul 5, 2010, at 4:30 PM, D'Arcy J.M. Cain wrote:
On Mon, 05 Jul 2010 14:42:13 -0400
Terry Reedy <tjreedy@xxxxxxxx> wrote:
Good start. Now what is blocking those four?
Lack of developer interest/time/ability?
or something else that they need?
How about a basic how-to document? I maintain PyGreSQL and would like
to move it to 3.x right now but I don't even know what the issues are.
I can see on the site the 2.x documents and the 3.x documents for
extending with C modules and I can read both from end to end but that
hits the time issue above. If there was a relatively simple document
that showed what needed to be changed in the C code we could get
started on the transition sooner.
Or is there no change at the C level? That would make things easy.
There are definitely changes at the C level.
I ported two pure C extensions from 2 to 3 and was even able to keep a
single C codebase. I'd be willing to contribute my experiences to a document
somewhere. (Is there a Wiki?)
Indeed there is: http://wiki.python.org/moin/
Cheers,
Chris
.
- References:
- The real problem with Python 3 - no business case for conversion (was "I strongly dislike Python 3")
- From: John Nagle
- Re: The real problem with Python 3 - no business case for conversion (was "I strongly dislike Python 3")
- From: sturlamolden
- Re: The real problem with Python 3 - no business case for conversion (was "I strongly dislike Python 3")
- From: John Nagle
- Re: The real problem with Python 3 - no business case for conversion (was "I strongly dislike Python 3")
- From: Terry Reedy
- Re: The real problem with Python 3 - no business case for conversion (was "I strongly dislike Python 3")
- From: John Nagle
- The real problem with Python 3 - no business case for conversion (was "I strongly dislike Python 3")
- Prev by Date: Re: The real problem with Python 3 - no business case for conversion (was "I strongly dislike Python 3")
- Next by Date: Python Embedding Importing relative modules
- Previous by thread: Re: The real problem with Python 3 - no business case for conversion (was "I strongly dislike Python 3")
- Next by thread: Re: The real problem with Python 3 - no business case for conversion (was "I strongly dislike Python 3")
- Index(es):
Relevant Pages
|