[SQL-CVS] r4702 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2014-01-23 17:10:15
|
Author: phd Date: Thu Jan 23 10:10:04 2014 New Revision: 4702 Log: Preserve the URL in the TODO For an attempt to port FormEncode to py3k see https://bitbucket.org/fetchinson/formencode-py3k Modified: SQLObject/trunk/docs/TODO.txt Modified: SQLObject/trunk/docs/TODO.txt ============================================================================== --- SQLObject/trunk/docs/TODO.txt Tue Jan 7 20:58:09 2014 (r4701) +++ SQLObject/trunk/docs/TODO.txt Thu Jan 23 10:10:04 2014 (r4702) @@ -81,7 +81,8 @@ * Deprecate, then remove connectionForOldURI. -* Python 3.0+. +* Python 3.0+. For an attempt to port FormEncode to py3k see + https://bitbucket.org/fetchinson/formencode-py3k * Switch from setuptools to distribute. |