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
..
2014-03-17 02:43:40 -07:00
2014-04-02 15:56:31 +01:00
2014-03-17 02:43:40 -07:00
2014-04-01 01:17:33 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-04-08 22:11:40 +03:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:35:08 +01:00
2014-04-05 20:51:29 +01:00
2014-03-30 13:35:08 +01:00
2014-04-08 19:08:34 +03:00
2014-03-30 23:30:15 +03:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00