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 serhiy.storchaka
Recipients pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2017-04-10.09:17:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491815858.77.0.234884449004.issue30030@psf.upfronthosting.co.za>
In-reply-to
Content
_RandomNameSequence was added in issue589982 when generator functions were new optional feature. _RandomNameSequence is implemented as an iterator class. Proposed patch simplifies _RandomNameSequence by implementing it as a generator function.

This is a private name, all uses of _RandomNameSequence() need only the support of the iterator protocol.
History
Date User Action Args
2017-04-10 09:17:38serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, vstinner
2017-04-10 09:17:38serhiy.storchakasetmessageid: <1491815858.77.0.234884449004.issue30030@psf.upfronthosting.co.za>
2017-04-10 09:17:38serhiy.storchakalinkissue30030 messages
2017-04-10 09:17:38serhiy.storchakacreate