← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1595786] Re: Make string.letters PY3 compatible

 

Reviewed:  https://review.openstack.org/334127
Committed: https://git.openstack.org/cgit/openstack/searchlight/commit/?id=0b6a5c0f26cdb222a4d022a8dcb79495ac981258
Submitter: Jenkins
Branch:    master

commit 0b6a5c0f26cdb222a4d022a8dcb79495ac981258
Author: Ji-Wei <ji.wei3@xxxxxxxxxx>
Date:   Sat Jun 25 11:57:00 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: Ib0444f1d527de4fcb0393bd04c93a64e9d79e3f9
    Closes-Bug: #1595786


** Changed in: searchlight
       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:
  In Progress
Status in OpenStack Compute (nova):
  In Progress
Status in python-novaclient:
  Fix Released
Status in OpenStack Search (Searchlight):
  Fix Released
Status in OpenStack Object Storage (swift):
  Fix Released

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