yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #52780
[Bug 1595786] Re: Make string.letters PY3 compatible
Reviewed: https://review.openstack.org/333795
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=0c64947c6fda6855490958d2b95b74b1e4c1dfd7
Submitter: Jenkins
Branch: master
commit 0c64947c6fda6855490958d2b95b74b1e4c1dfd7
Author: zhengyao1 <zheng.yao1@xxxxxxxxxx>
Date: Fri Jun 24 17:04:56 2016 +0800
make string.letters python3 compatible
The string.letters in python2 was supported. But in python3,
string.letters was removed. In python3, recommend using
string.ascii_letters instead. This patch fix it.
Change-Id: I7bfe2b94c0c740d9143ddddc655f8086a537f24b
Closes-Bug: #1595786
** Changed in: python-novaclient
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1595786
Title:
Make string.letters PY3 compatible
Status in Fuel Contrail plugin:
New
Status in Fuel Plugins:
New
Status in OpenStack Compute (nova):
New
Status in python-novaclient:
Fix Released
Status in OpenStack Search (Searchlight):
New
Status in OpenStack Object Storage (swift):
New
Bug description:
String.letters and related.Lowercase and.Uppercase are removed, please
switch to string.ascii_letters, etc.
as:
https://github.com/openstack/nova/blob/04f2d81bb4d1e26482b613ab799bb38ce304e143/nova/tests/unit/api/openstack/compute/test_console_output.py#L102
To manage notifications about this bug go to:
https://bugs.launchpad.net/fuel-plugin-contrail/+bug/1595786/+subscriptions
References