ProgrammingPython

Back to setuptools

Browsing PyPI yesterday, I was surprised to see a new version of setuptools. I almost thought it was a bug. For years, I've been drinking the distribute Kool-Aid and automatically using distribute instead of setuptools. Well, I...
General

Plone and Zope time

Doing my yearly ritual of looking at Plone & Zope and making sure I still don't grok them. Check. In this year's installment, I set up a little Plone site and actually got as far as creating a custom content type. I started down...
ProgrammingPython

djangotestxmlrpc

I had been working on DjangoPyPI and trying to fix some tests related to XML-RPC that were failing in versions of Python < 2.7, because the testing was relying on specifics of the implementation of xmlrpclib in Python 2.7. I...