[issue33847] doc: Add '@' operator entry to index

2018-06-15 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue33847] doc: Add '@' operator entry to index

2018-06-15 Thread miss-islington
miss-islington added the comment: New changeset cd9ede6b20948af51f9a27b64bd0dfd8909c24f1 by Miss Islington (bot) in branch '3.6': bpo-33847: Add '@' operator entry to index (GH-7669) https://github.com/python/cpython/commit/cd9ede6b20948af51f9a27b64bd0dfd8909c24f1 -- __

[issue33847] doc: Add '@' operator entry to index

2018-06-15 Thread miss-islington
miss-islington added the comment: New changeset c05c0e045ccf6e065c59c193195dc0e9b7242dd4 by Miss Islington (bot) in branch '3.7': bpo-33847: Add '@' operator entry to index (GH-7669) https://github.com/python/cpython/commit/c05c0e045ccf6e065c59c193195dc0e9b7242dd4 -- nosy: +miss-isl

[issue33847] doc: Add '@' operator entry to index

2018-06-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +7333 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33847] doc: Add '@' operator entry to index

2018-06-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +7332 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33847] doc: Add '@' operator entry to index

2018-06-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 695118600fecaa7b95634e168ad7cbbc561fd1ec by Terry Jan Reedy (Andrés Delfino) in branch 'master': bpo-33847: Add '@' operator entry to index (GH-7669) https://github.com/python/cpython/commit/695118600fecaa7b95634e168ad7cbbc561fd1ec --

[issue33847] doc: Add '@' operator entry to index

2018-06-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: This is definitely an oversight to be corrected. Index entries for the other binary arithmetic operators point to the table at https://docs.python.org/3/library/stdtypes.html#numeric-types-int-float-complex But @ is not in that table since number @ number is

[issue33847] doc: Add '@' operator entry to index

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

[issue33847] doc: Add '@' operator entry to index

2018-06-12 Thread Andrés Delfino
New submission from Andrés Delfino : Currently, the index only refers to decorators for the @ symbol. PR adds entry for the matrix multiplication operator. -- assignee: docs@python components: Documentation messages: 319398 nosy: adelfino, docs@python priority: normal severity: normal s