tbielawa / bitmath

Python module for representing file sizes with different prefix notations
http://bitmath.readthedocs.org/en/latest/
MIT License
93 stars 25 forks source link

Note that context managers are not thread-safe #84

Closed tbielawa closed 6 years ago

tbielawa commented 6 years ago

This comes from GitHub issue #83.

Using bitmath context-managers, including the plural formatter, is not guaranteed to format instances as desired and may cause errors.

Workaround included in doc update.