SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 37 Python

Replace KB unit with KiB (#4293)

kB (*kilo* byte) unit means 1000 bytes, whereas KiB ("kibibyte")
means 1024 bytes. KB was misused: replace kB or KB with KiB when
appropriate.

Same change for MB and GB which become MiB and GiB.

Change the output of Tools/iobench/iobench.py.

Round also the size of the documentation from 5.5 MB to 5 MiB.
V
Victor Stinner committed
8c663fd60ecba9c82aa4c404dbfb1aae69fe8553
Parent: 0e163d2
Committed by GitHub <noreply@github.com> on 11/8/2017, 10:44:44 PM