Yury Selivanov added the comment:

I'm -1 on this.

Yes, there is a convention in Python that _names are kind of private, but it's 
just a convention, and not everybody follow it. Making this change would just 
break too many things.

As for the code in question: Random.randrange -- why does it have this '_int' 
parameter, after all?

----------

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

Reply via email to