[issue33869] doc Add set, frozen set, and tuple entries to Glossary

2018-06-17 Thread Andrés Delfino
Andrés Delfino added the comment: Sorry, INADA, you are right. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue33869] doc Add set, frozen set, and tuple entries to Glossary

2018-06-17 Thread INADA Naoki
INADA Naoki added the comment: Andrés, you seems making pull request to document at very high pace. First of all, thank you for trying improving document. But some of your pull request seems very little benefit for most readers. Your motivation seems consistency than real people. In PEP 8,

[issue33869] doc Add set, frozen set, and tuple entries to Glossary

2018-06-15 Thread Andrés Delfino
Andrés Delfino added the comment: I thought since dictionary and list is there, tuple/set/frozenset should be, too. But I think you are right. I'd keep the link to the list definition, though. I didn't add a link to the dictionary definition as "dictionary" seems to be a very open term.

[issue33869] doc Add set, frozen set, and tuple entries to Glossary

2018-06-15 Thread Fred L. Drake, Jr.
Change by Fred L. Drake, Jr. : -- nosy: +fdrake ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue33869] doc Add set, frozen set, and tuple entries to Glossary

2018-06-15 Thread Raymond Hettinger
Raymond Hettinger added the comment: This probably shouldn't be done. It is not the goal of the glossary to define all built-in types. We have other sections of the documentation for that purpose. Also, there is no demonstrated need. -- nosy: +rhettinger _

[issue33869] doc Add set, frozen set, and tuple entries to Glossary

2018-06-15 Thread Andrés Delfino
Change by Andrés Delfino : -- keywords: +patch pull_requests: +7322 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue33869] doc Add set, frozen set, and tuple entries to Glossary

2018-06-15 Thread Andrés Delfino
New submission from Andrés Delfino : PR adds entries for these three terms and a link to the list definition. -- assignee: docs@python components: Documentation messages: 319619 nosy: adelfino, docs@python priority: normal severity: normal status: open title: doc Add set, frozen set, and