Issue 1414697: inconsistency in help(set) (original) (raw)

Issue1414697

Created on 2006-01-25 15:43 by gregory_p, last changed 2022-04-11 14:56 by admin. This issue is now closed.

| Messages (2) | | | | | | | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------ | | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | | msg27360 - (view) | Author: Gregory Petrosyan (gregory_p) | Date: 2006-01-25 15:43 | | | | | >>> help(set) Help on class set in module __builtin__: class set(object) | set(iterable) --> set object | | Build an unordered collection. | | Methods defined here: | ... It would be better for docstring to be """Build an unordered collection with no duplicate elements.""" instead of """Build an unordered collection.""" | | msg27361 - (view) | Author: A.M. Kuchling (akuchling) * (Python committer) | Date: 2006-07-29 15:12 | | | | | Logged In: YES user_id=11375 Thanks for your suggestion; I've added 'unordered collection of unique elements' in rev. 50934. | | | | | |

History
Date User Action Args
2022-04-11 14:56:15 admin set github: 42837
2006-01-25 15:43:14 gregory_p create