Mark Dickinson <dicki...@gmail.com> added the comment: Regardless of whether the extra wording is added or not, the docstring for random.uniform should probably be changed to match the online documentation. It currently says:
"""Get a random number in the range [a, b).""" That should probably be: """Get a random number in the range [a, b].""" ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6261> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com