File: bug-1705093-9bc782d44018c27d.yaml

package info (click to toggle)
python-cinderclient 1%3A9.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,840 kB
  • sloc: python: 18,011; makefile: 94; sh: 25
file content (10 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
---
fixes:
  - |
    Fixes `bug 1705093`_ by having the
    ``cinderclient.client.get_highest_client_server_version`` method return a
    string rather than a float. The problem with returning a float is when a
    user of that method would cast the float result to a str which turns 3.40,
    for example, into "3.4" which is wrong.

    .. _bug 1705093: https://bugs.launchpad.net/python-cinderclient/+bug/1705093