Tim Peters <t...@python.org> added the comment:
Raymond, I think that removing sample(set) support is a different issue. This report will just change its final example line to >>> print(random.sample(list(x), 1)) or >>> print(random.sample(tuple(x), 1)) and have the same complaint. ---------- nosy: +tim.peters _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40325> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com