File: fix-get-all-version-data-a01ee58524755b9b.yaml

package info (click to toggle)
python-keystoneauth1 3.10.0-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,860 kB
  • sloc: python: 16,336; xml: 285; makefile: 97
file content (6 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
---
fixes:
  - |
    The docstring for ``keystoneauth1.session.Session.get_all_version_data``
    correctly listed ``'public'`` as the default value, but the argument list
    had ``None``. The default has been fixed to match the documented value.