Skip to content

naturalsize output changed between 4.11.0 and 4.12.0 #239

@davidboweninrupt

Description

@davidboweninrupt

Possibly a result of #218, we are seeing that the output has changed:

  1. podman run -it python bash
  2. python -m pip install humanize==4.11.0
  3. python -c "import humanize; print(humanize.naturalsize(1.123456789))"

1 Bytes

  1. python -m pip install humanize==4.12.0
  2. python -c "import humanize; print(humanize.naturalsize(1.123456789))"

1.123456789 Bytes

Expected behaviour is that output would not change in a minor version or that it would be documented in the release notes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions