Wykres commitów

1 Commity (f87b35e7798f51acf48ecf9b2cbb25c607f16db6)

Autor SHA1 Wiadomość Data
Paul Sokolovsky a985b4593d objint: Implement int.from_bytes() class method and .to_bytes() method.
These two are apprerently the most concise and efficient way to convert
int to/from bytes in Python. The alternatives are struct and array modules,
but methods using them are more verbose in Python code and less efficient
in memory/cycles.
2014-04-09 01:07:37 +03:00