From: Thomas Jarosch Date: Sun, 24 Jun 2012 10:31:56 +0000 (+0200) Subject: Don't rename python wrapper for now X-Git-Tag: v1.0rc1~24^2~9 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=364d74637acc273e360e707bfd51a3fffe60317e Don't rename python wrapper for now Otherwise all python code would have to adapt from "ftdi.xxx()" to "ftdi1.xxx()". --- diff --git a/TODO b/TODO index 04919d7..eb45683 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,12 @@ Build related: - Rename the library and header file, so libftdi 0.x and 1.x can co-exist +Python wrapper: +- Find out the following: + - Rename wrapper library to "ftdi1", users have to "import ftdi1" + - All other code in the examples can continue + to use "ftdi.xxx" instead of "ftdi1.xxx" + Misc: - Resolve TODO entries in ftdi_eeprom - Look into merging ftdi_eeprom and examples/eeprom