Re: [openstack-dev] [nova] Port Nova to Python 3

2015-04-24 Thread Sean Toner
On Friday, April 24, 2015 11:20:03 AM Joshua Harlow wrote: > Sean Toner wrote: > > If written to use python 3, I hope it will use all the new features > > of python 3.4 moving forward. > > > > For example, argument annotations, coroutines, asyncio, etc. At my > >

Re: [openstack-dev] [nova] Port Nova to Python 3

2015-04-24 Thread Sean Toner
On Friday, April 24, 2015 09:13:14 AM Victor Stinner wrote: > Hi, > > > If written to use python 3, I hope it will use all the new features > > of python 3.4 moving forward. > > The spec adds Python 3 support, but it keeps Python 2 support. It's > too early to drop Python 2, Nova is deployed ever

Re: [openstack-dev] [nova] Port Nova to Python 3

2015-04-24 Thread Sean Toner
If written to use python 3, I hope it will use all the new features of python 3.4 moving forward. For example, argument annotations, coroutines, asyncio, etc. At my last workplace, we tried to make our project python2 and 3 compatible (ie, you could run it under 2.7 or 3.3+) but this was the wo

[openstack-dev] Questions regarding Functional Testing (Paris Summit)

2014-12-12 Thread Sean Toner
can be defined. A black box test which may require looking "under the hood" that Tempest does not allow. Has there been any other work or thoughts on how functional testing should be done? Thanks, Sean Toner ___ OpenStack-dev mailing lis