[Python-checkins] r61141 - in python/trunk: Lib/sqlite3/test/dbapi.py Lib/sqlite3/test/hooks.py Lib/sqlite3/test/py25tests.py Lib/sqlite3/test/regression.py Lib/sqlite3/test/transactions.py Lib/sqlite3/test/types.py Lib/test/test_sqlite.py Modules/_sqlite/connection.c Modules/_sqlite/connection.h Modules/_sqlite/cursor.c Modules/_sqlite/cursor.h Modules/_sqlite/microprotocols.h Modules/_sqlite/module.c Modules/_sqlite/module.h Modules/_sqlite/statement.c Modules/_sqlite/util.c Modules/_sqlite/util.h

Nick Coghlan ncoghlan at gmail.com
Sun Mar 2 15:51:55 CET 2008


Gerhard Häring wrote:
> Nick Coghlan wrote:
>> Gerhard Häring wrote:
>>> Christian Heimes wrote:
>>>> Can you do me a favor? Can you port the patch to 3.0 for me? I'm getting
>>>> lots of conflicts with svnmerge.py. You know the code base for the
>>>> sqlite module much better than me.
>>> I will of course do that, but it will take some time. Adapting to the
>>> C API changes in 3.0 is not so trivial for me.
>> Is this something that would be better left until after the Grand
>> Renaming, Python 3 Edition? (I know it isn't even close to the scope of
>> the original grand renaming that added the P[yY] prefixes to everything,
> 
> I know nothing about that, yet. Is there a PEP I can read or something?

The main PEP involved is the one for the bytes types, but I don't 
remember how much detail it does into regarding the C API. (There's 
actually a bit of a discussion relating to this on python-dev at the 
moment).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org


More information about the Python-checkins mailing list