Issue 19169: random.py : simple tidying (original) (raw)

Issue19169

Created on 2013-10-05 11:33 by CliffM, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
shorten.patch CliffM,2013-10-05 11:33 review
Messages (3)
msg198984 - (view) Author: CliffM (CliffM) Date: 2013-10-05 11:33
Standardising some name-shortening in the _randbelow() method.
msg199017 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-10-05 23:52
I'm not sure I understand the comment about the "overridden random() method" that was introduced in 770c3ec05685, but unless something unusual is happening there I think the patch looks OK (the first comment is a bit redundant, and the empty line added in the last chunk before the comment could be omitted though).
msg199018 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-06 00:20
New changeset 1f51867fe50e by Raymond Hettinger in branch 'default': Issue #19169: Micro refactoring with a micro benefit for brevity and speed. http://hg.python.org/cpython/rev/1f51867fe50e
History
Date User Action Args
2022-04-11 14:57:51 admin set github: 63368
2013-10-06 02:41:48 ezio.melotti set stage: resolved
2013-10-06 00:23:28 rhettinger set status: open -> closedresolution: fixed
2013-10-06 00:20:28 python-dev set nosy: + python-devmessages: +
2013-10-06 00:08:09 rhettinger set assignee: rhettinger
2013-10-05 23:52:36 ezio.melotti set nosy: + ezio.melottimessages: +
2013-10-05 12:16:54 serhiy.storchaka set nosy: + rhettinger, mark.dickinson
2013-10-05 11:33:40 CliffM create