Re: [openstack-dev] [swift] Stategy to port Swift to Python 3

2015-07-08 Thread Victor Stinner
Hi, On 07/07/2015 19:42, John Dickinson wrote: For the dependencies (pyeclib), we'll get those as we can. The first priority is getting the Swift code, which we control, ... I used the hack suggested by Cyril Roelandt: patch pyeclib in tox. With this hack, tox -e py34 now works even if pyecl

Re: [openstack-dev] [swift] Stategy to port Swift to Python 3

2015-07-07 Thread janonymous coder
Hi, I'll be helping out victor too on the changes , and will try to do as much as possible on it. :) On Tue, Jul 7, 2015 at 11:12 PM, John Dickinson wrote: > Victor, > > Thank you for working on this. Please don't give up on this work! I'll be > asking others to look at these patches, and I'

Re: [openstack-dev] [swift] Stategy to port Swift to Python 3

2015-07-07 Thread John Dickinson
Victor, Thank you for working on this. Please don't give up on this work! I'll be asking others to look at these patches, and I'll try to look, myself, soon. For the dependencies (pyeclib), we'll get those as we can. The first priority is getting the Swift code, which we control, squared away.

[openstack-dev] [swift] Stategy to port Swift to Python 3

2015-07-07 Thread Victor Stinner
Hi, I have 9 pending patches to fix Python 3 issues in Swift, but they didn't get much attention yet. Most of these patches replace a pattern with a new pattern to add Python 3 support in addition to Python 2 support. https://review.openstack.org/#/q/owner:%22Victor+Stinner%22+status:open+pro