Author: phd
Date: Tue Dec 17 09:14:06 2013
New Revision: 4683
Log:
Upgrade setuptools after stopping supporting Python 2.5
Modified:
SQLObject/trunk/docs/TODO.txt
Modified: SQLObject/trunk/docs/TODO.txt
==============================================================================
--- SQLObject/trunk/docs/TODO.txt Sun Dec 15 08:03:08 2013 (r4682)
+++ SQLObject/trunk/docs/TODO.txt Tue Dec 17 09:14:06 2013 (r4683)
@@ -47,7 +47,7 @@
* Stop supporting Python 2.5: remove import sets; use ``with lock``;
make ConnectionHub a context manager instead of .doInTransaction();
- replace time.strptime with datetime.strptime.
+ replace time.strptime with datetime.strptime. Upgrade setuptools.
* Create JSONCol.
|