Re: [Ryu-devel] [PATCH] drop python2.6 support

2016-02-17 Thread FUJITA Tomonori
On Wed, 10 Feb 2016 14:29:46 +0900 (JST) FUJITA Tomonori wrote: > The Python core team[*1] stopped supporting python 2.6. Some Python > libraries started following the same path and trying to support 2.6 > becomes painful... > > For example, most of you already noticed, oslo.config dropped 2.6 >

[Ryu-devel] [PATCH] drop python2.6 support

2016-02-09 Thread FUJITA Tomonori
The Python core team[*1] stopped supporting python 2.6. Some Python libraries started following the same path and trying to support 2.6 becomes painful... For example, most of you already noticed, oslo.config dropped 2.6 support. I tried to work around it with the following commit: https://github