Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

The randbytes() method could have been added effortlessly as a one line pure 
python method.  It only became complicated as a result of premature 
optimization into C code and as a result of ignoring the API promises.

You really don't have to redesign the whole module.  We have no user 
complaints.  There is no problem to be fixed.  IMO, this would be unnecessary 
churn.

----------
nosy: +mark.dickinson, rhettinger, tim.peters

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40346>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to