Edgewall Software

Changes between Version 8 and Version 9 of Ticket #10083


Ignore:
Timestamp:
Mar 17, 2011, 3:47:36 PM (13 years ago)
Author:
Christian Boos
Comment:

Add some infos on db related packages. Nothing actually tested, though.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10083 – Description

    v8 v9  
    55}}}
    66|| SQLite || builtin sqlite3, PySqlite? ||
    7 || PostgreSQL || ||
    8 || MySQL || ||
     7|| PostgreSQL || [http://initd.org/psycopg/articles/2011/02/27/psycopg-24-released/ psycopg 2.4] ||
     8|| MySQL || [http://sourceforge.net/projects/mysql-python/forums/forum/70460/topic/3831691 unofficial mysqldb] or [http://code.google.com/p/pymysql/ pymysql] ||
    99{{{#!th rowspan=2
    1010Version control bindings
     
    2828==== Notes
    2929 - [=#u1 svn]: not much activity on the bindings; rather go the svn.exe way
    30  - [=#u2 hg]: after 2 SoC projects already, the efforts seem to have stalled
     30 - [=#u2 hg]: after 2 GSoC projects already, the efforts seem to have stalled
    3131 - [=#p3 distribute]: seems ok on Linux, "works" more or less on Windows; might be worth to wait for [http://guide.python-distribute.org/introduction.html#current-state-of-packaging distutils2]
    3232 - [=#p4 docutils]: seems it was ported and works on Linux, but `easy_install docutils` on Windows hangs... Installing docutils-0.7.tar.gz also hangs, so it seems it's not distribute's fault.
     
    3434
    3535Once we have at least one backend, VC binding and frontend ready, the next step would be playing with `2to3` and see what comes out.
     36See also resources listed in [http://wiki.python.org/moin/PortingPythonToPy3k PortingPythonToPy3k].
    3637
    3738Let's set the milestone tentatively to 0.14.