-
-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Possibly a result of #218, we are seeing that the output has changed:
- podman run -it python bash
- python -m pip install humanize==4.11.0
- python -c "import humanize; print(humanize.naturalsize(1.123456789))"
1 Bytes
- python -m pip install humanize==4.12.0
- 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
Labels
bugSomething isn't workingSomething isn't working