summaryrefslogtreecommitdiff
path: root/setup3.py
AgeCommit message (Collapse)AuthorFilesLines
2009-04-15* Introduce support for Python 3 (Closes: #523645)Julian Andres Klode1-0/+77
This is the first initial port to Python 3. The API is almost completely identical to the one found in Python 2, except that functions working with binary data require bytes (md5sum,sha1sum,sha256sum,Base64Encode). Using setup3.py to install the modules will not work, because the apt package still has to be converted to Python 3. For the package, we call 2to3-3.1 in debian/rules to do this automatically.