Re: [openstack-dev] WSGI and Python paste

2014-03-19 Thread Thomas Goirand
On 03/19/2014 09:25 PM, victor stinner wrote: > Hi, > > According to the following table, paste is blocking many OpenStack servers to > be ported to Python 3: > >https://wiki.openstack.org/wiki/Python3 I had a look to this, and found it weird that ironicclient is marked as supporting Python

Re: [openstack-dev] WSGI and Python paste

2014-03-19 Thread Jay Pipes
On Wed, 2014-03-19 at 14:25 +0100, victor stinner wrote: > Hi, > > According to the following table, paste is blocking many OpenStack servers to > be ported to Python 3: > >https://wiki.openstack.org/wiki/Python3#Core_OpenStack_projects > > The author of paste, Ian Bicking, gave me the comm

[openstack-dev] WSGI and Python paste

2014-03-19 Thread victor stinner
Hi, According to the following table, paste is blocking many OpenStack servers to be ported to Python 3: https://wiki.openstack.org/wiki/Python3#Core_OpenStack_projects The author of paste, Ian Bicking, gave me the commit permission to paste. I integrated patches from Debian and my colleagu