[issue33958] Unused variable in pure embedding example

2018-06-27 Thread miss-islington
miss-islington added the comment: New changeset ff41cc7dee7fb2ab2ac39915a7ec6eb8808e6a1c by Miss Islington (bot) in branch '3.6': bpo-33958: Doc: Remove unused variable in example (GH-7927) https://github.com/python/cpython/commit/ff41cc7dee7fb2ab2ac39915a7ec6eb8808e6a1c -- ___

[issue33958] Unused variable in pure embedding example

2018-06-27 Thread miss-islington
miss-islington added the comment: New changeset 702d43cab6ae05751b357dd2e7b7fac1a594113a by Miss Islington (bot) in branch '3.7': bpo-33958: Doc: Remove unused variable in example (GH-7927) https://github.com/python/cpython/commit/702d43cab6ae05751b357dd2e7b7fac1a594113a -- ___

[issue33958] Unused variable in pure embedding example

2018-06-27 Thread miss-islington
miss-islington added the comment: New changeset bcb1ac82656fac22b12df387a5c6f4b10b7eefef by Miss Islington (bot) in branch '2.7': bpo-33958: Doc: Remove unused variable in example (GH-7927) https://github.com/python/cpython/commit/bcb1ac82656fac22b12df387a5c6f4b10b7eefef -- nosy: +m

[issue33958] Unused variable in pure embedding example

2018-06-27 Thread INADA Naoki
INADA Naoki added the comment: thanks -- nosy: +inada.naoki resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue33958] Unused variable in pure embedding example

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

[issue33958] Unused variable in pure embedding example

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

[issue33958] Unused variable in pure embedding example

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

[issue33958] Unused variable in pure embedding example

2018-06-27 Thread INADA Naoki
Change by INADA Naoki : -- versions: +Python 2.7, Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue33958] Unused variable in pure embedding example

2018-06-26 Thread Philip Kendall
Philip Kendall added the comment: Thanks thatiparthy :-) -- title: Unused variable in pur embedding example -> Unused variable in pure embedding example ___ Python tracker __