-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Labels
Description
I figured that we might want a placeholder for Python3 updates here.
A starting point for Django stuff:
https://docs.djangoproject.com/en/1.9/topics/python3/
http://python-future.org/automatic_conversion.html
http://python3porting.com/stdlib.html
http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html
There are possibly still a few blockers, such as:
- python-ldap (but there's ldap3 (https://pypi.python.org/pypi/ldap3 ) that's Python 3.x compatible)