By cjsmith
via css.dzone.com
Published: Feb 03 2012 / 00:49
Today, a little Debian packaging-fu for modifying an existing Python 2 package to include support for Python 3 from the same source package. I added a python3-feedparser package to Ubuntu Precise and what's interesting about this is that, despite various reported problems, upstream feedparser 5.1 claims to support Python 3, via 2to3 conversion. And indeed it does (although the test suite does not).



Add your comment