From 64d011316aba451efd559826dc912adb2ee0580e Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 9 Aug 2012 12:37:30 +0200 Subject: [PATCH] Add Python3 porting status. --- doc/python3.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/python3.txt diff --git a/doc/python3.txt b/doc/python3.txt new file mode 100644 index 00000000..437d14a9 --- /dev/null +++ b/doc/python3.txt @@ -0,0 +1,15 @@ +Porting status of dependent Python packages +============================================ + +Date: 08.08.2012 + +OK Python +OK Qt/PyQt +OK cssutils from http://cthedot.de/cssutils/ +OK mod_wsgi from http://code.google.com/p/modwsgi/ +TODO optcomplete from http://furius.ca/optcomplete/ +TODO HTML tidy from http://utidylib.berlios.de/ +TODO GeoIP from http://www.maxmind.com/app/python +TODO Twill from http://twill.idyll.org/ +TODO Python Sqlite from https://code.google.com/p/pysqlite/ +TODO Python Gtk from http://www.pygtk.org/downloads.html