[issue30558] [Suggestion] Improve documentation for set() API

2017-06-04 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pyth

[issue30558] [Suggestion] Improve documentation for set() API

2017-06-03 Thread Raymond Hettinger
Raymond Hettinger added the comment: This looks like an invalid request. -- assignee: docs@python -> rhettinger ___ Python tracker ___ ___

[issue30558] [Suggestion] Improve documentation for set() API

2017-06-03 Thread Ned Deily
Changes by Ned Deily : -- nosy: +rhettinger status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue30558] [Suggestion] Improve documentation for set() API

2017-06-03 Thread Martin Panter
Martin Panter added the comment: Did you see ? -- assignee: -> docs@python components: +Documentation nosy: +docs@python, martin.panter status: open -> pending ___ Python tra

[issue30558] [Suggestion] Improve documentation for set() API

2017-06-02 Thread Jacob Pratt
New submission from Jacob Pratt: While going through the documentation, I found that set() has surprisingly little documentation, not even a list of built-in methods. I'm not sure exactly what is missing, but I know that issubset and issuperset isn't in there (that's what I was looking for, sp