This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gem
Recipients gem, rhettinger
Date 2017-01-05.01:43:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483580633.79.0.18437653468.issue29161@psf.upfronthosting.co.za>
In-reply-to
Content
> > why have an ignored parameter that is not plainly documented as ignored.

> Because it improves the substitutability of one RNG for another (i.e. the same reason that we even have a seed() method).

I understand why it the parameter it there.  I think the parameter should stay there.  I am all for orthogonal functions.  It just needs to be documented that the parameter is ignored by SystemRandom().

Programmers are being misled by the online documentation and adding a seed parameter when it does nothing.

I should not have to read the library code to find out that a parameter is ignored.
History
Date User Action Args
2017-01-05 01:43:53gemsetrecipients: + gem, rhettinger
2017-01-05 01:43:53gemsetmessageid: <1483580633.79.0.18437653468.issue29161@psf.upfronthosting.co.za>
2017-01-05 01:43:53gemlinkissue29161 messages
2017-01-05 01:43:53gemcreate