[issue15936] Add link from os.urandom to random.SystemRandom

2012-10-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0a0b890508d3 by Andrew Svetlov in branch '3.3': Issue #15936: Add link from os.urandom to random.SystemRandom http://hg.python.org/cpython/rev/0a0b890508d3 New changeset 34c2bb737364 by Andrew Svetlov in branch 'default': Merge issue #15936: Add

[issue15936] Add link from os.urandom to random.SystemRandom

2012-10-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2bff4969b65b by Andrew Svetlov in branch '2.7': Issue #15936: Add link from os.urandom to random.SystemRandom http://hg.python.org/cpython/rev/2bff4969b65b -- ___ Python tracker rep...@bugs.python.org

[issue15936] Add link from os.urandom to random.SystemRandom

2012-10-16 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks. -- nosy: +asvetlov resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15936

[issue15936] Add link from os.urandom to random.SystemRandom

2012-10-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset c1f27cf0cc9d by Andrew Svetlov in branch '2.7': Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion http://hg.python.org/cpython/rev/c1f27cf0cc9d New changeset da8155ccf70b by Andrew Svetlov in branch '3.3': Issue #15936:

[issue15936] Add link from os.urandom to random.SystemRandom

2012-10-15 Thread Bryce Verdier
Bryce Verdier added the comment: Ramchandra, doesn't the description of os.urandom already imply that it's a low-level interface? Or are you saying that you want this to be explicitly stated? I would also like to work on this bug -- nosy: +louiscipher

[issue15936] Add link from os.urandom to random.SystemRandom

2012-10-15 Thread Ramchandra Apte
Ramchandra Apte added the comment: @Bryce Retract that message. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15936 ___ ___ Python-bugs-list

[issue15936] Add link from os.urandom to random.SystemRandom

2012-10-13 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15936 ___ ___ Python-bugs-list mailing list

[issue15936] Add link from os.urandom to random.SystemRandom

2012-10-13 Thread Chris Jerdonek
Changes by Chris Jerdonek chris.jerdo...@gmail.com: -- nosy: +christian.heimes ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15936 ___ ___

[issue15936] Add link from os.urandom to random.SystemRandom

2012-10-13 Thread Ramchandra Apte
Ramchandra Apte added the comment: It should also mention that os.urandom is a low-level interface. -- nosy: +ramchandra.apte ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15936 ___

[issue15936] Add link from os.urandom to random.SystemRandom

2012-10-12 Thread Petri Lehtinen
Changes by Petri Lehtinen pe...@digip.org: -- keywords: +easy stage: - needs patch versions: +Python 3.3, Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15936 ___

[issue15936] Add link from os.urandom to random.SystemRandom

2012-09-12 Thread Jacek Bzdak
New submission from Jacek Bzdak: It would be great if one sentence was added to os.urandom description: For easy to use interface to system randomness please see random.SystemRandom class. The reason for this change is that many references quote only os.urandom as a cryptographically strong