> Speaking of preferred ways to port, has there been any discussion about > which version takes precedence when we have to do different things? For > example, with imports, should we be trying the 2.x name first and falling > back to 3.x on ImportError, or vice versa? >
Are we having it now? My belief here is we should be following the principle of "ask forgiveness, not permission". Try Python 3 and then fallback to Python 2 whenever possible. -- Regards, Eric Windisch
_______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
