You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made some changes and used six (https://pypi.python.org/pypi/six) to make
this project work in python 2.x and 3.x with a single source (without 2to3).
Here is a summary of the changes:
https://github.com/concordusapps/wsgi-intercept/compare/29ee3e9117267c4bb7e5a2d5
3809a5d571c59e72...master
Notice that I just removed the stuff about long_description in the setup.py.
That can be re-added nicer so that its not doing crazy things like parsing the
AST just to get the description of the package.
Original issue reported on code.google.com by [email protected] on 2 Jul 2013 at 5:44
The text was updated successfully, but these errors were encountered:
I hadn't seen this before. Are you changes still in good shape. I was just
going to the same thing but if yours is healthy then I'll try to merge things
up to something proper that gets both versions of Python and covers the
available libraries well.
Original issue reported on code.google.com by
[email protected]
on 2 Jul 2013 at 5:44The text was updated successfully, but these errors were encountered: