File: json-bytes-2f0085202d5e5796.yaml

package info (click to toggle)
python-ironicclient 5.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,632 kB
  • sloc: python: 25,269; makefile: 22; sh: 8
file content (6 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
---
upgrade:
  - |
    The Python API used to accepts byte arrays and other non-serializable in
    JSON data types in a few places where strings are required. This is no
    longer supported, an attempt to do it will result in an exception.