[issue33571] Add triple quotes to list of delimiters that trigger '...' prompt

2018-06-15 Thread miss-islington
miss-islington added the comment: New changeset 8e6428f21699e15b5d96f949db221f20d8466b4b by Miss Islington (bot) in branch '3.6': bpo-33571: Improve the glossary description for '...' prompt (GH-6971) https://github.com/python/cpython/commit/8e6428f21699e15b5d96f949db221f20d8466b4b

[issue33571] Add triple quotes to list of delimiters that trigger '...' prompt

2018-06-15 Thread miss-islington
miss-islington added the comment: New changeset 380a2b09e8c78b1222f9295e82e7ef34a0e70d99 by Miss Islington (bot) in branch '3.7': bpo-33571: Improve the glossary description for '...' prompt (GH-6971) https://github.com/python/cpython/commit/380a2b09e8c78b1222f9295e82e7ef34a0e70d99

[issue33571] Add triple quotes to list of delimiters that trigger '...' prompt

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

[issue33571] Add triple quotes to list of delimiters that trigger '...' prompt

2018-06-15 Thread miss-islington
miss-islington added the comment: New changeset 80c51c4737c6bb51dd76d2ab6c5f7ea75bf118f2 by Miss Islington (bot) in branch '2.7': bpo-33571: Improve the glossary description for '...' prompt (GH-6971) https://github.com/python/cpython/commit/80c51c4737c6bb51dd76d2ab6c5f7ea75bf118f2

[issue33571] Add triple quotes to list of delimiters that trigger '...' prompt

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

[issue33571] Add triple quotes to list of delimiters that trigger '...' prompt

2018-06-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue33571] Add triple quotes to list of delimiters that trigger '...' prompt

2018-06-15 Thread Mariatta Wijaya
New submission from Mariatta Wijaya : New changeset 68680035143a3a6398faa88f067f244c74691d19 by Mariatta (Andrés Delfino) in branch 'master': bpo-33571: Improve the glossary description for '...' prompt (GH-6971) https://github.com/python/cpython/commit/68680035143a3a6398faa88f067f244c74691d19

[issue33571] Add triple quotes to list of delimiters that trigger '...' prompt

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

[issue33571] Add triple quotes to list of delimiters that trigger '...' prompt

2018-05-18 Thread Andrés Delfino
Change by Andrés Delfino : -- keywords: +patch pull_requests: +6626 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue33571] Add triple quotes to list of delimiters that trigger '...' prompt

2018-05-18 Thread Andrés Delfino
Change by Andrés Delfino : -- assignee: docs@python components: Documentation nosy: adelfino, docs@python priority: normal severity: normal status: open title: Add triple quotes to list of delimiters that trigger '...' prompt type: enhancement versions: Python 2.7, Python 3.6, Python 3.7