> I think this method is easy to miss, since people look at the docs for bytes > (e.g. using dir(bytes)). It might be worthwhile to either add a > `bytes.to_int(...)` method (better, IMHO), or to point to int.from_bytes on > the relevant part of the docs. > > Elazar
A note in the docs about int.from_bytes seems more than warranted to me to. Jacco _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/