[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-15 Thread DongGeon Lee
DongGeon Lee added the comment: My pleasure :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-15 Thread Dong-hee Na
Dong-hee Na added the comment: Thank you DongGeon :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-15 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset ad47db34be23c5cd75ed5d5c220d4b56a9b5683c by DongGeon Lee in branch '3.9': [3.9] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293). (GH-31356)

[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-15 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset ac55cea3cbee4d40cf7320bd691f5327cff30f13 by DongGeon Lee in branch '3.10': [3.10] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293) (GH-31350)

[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-15 Thread DongGeon Lee
Change by DongGeon Lee : -- pull_requests: +29506 pull_request: https://github.com/python/cpython/pull/31356 ___ Python tracker ___

[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-15 Thread Dong-hee Na
Dong-hee Na added the comment: @LeeDongGeon1996 Please send the backported patch to 3.9 also -- ___ Python tracker ___ ___

[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-15 Thread Dong-hee Na
Change by Dong-hee Na : -- versions: -Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-15 Thread DongGeon Lee
Change by DongGeon Lee : -- pull_requests: +29499 pull_request: https://github.com/python/cpython/pull/31350 ___ Python tracker ___

[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-14 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 278fdd3e3a2492665b2c2888fd2f428f7f59a3f5 by DongGeon Lee in branch 'main': bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293) https://github.com/python/cpython/commit/278fdd3e3a2492665b2c2888fd2f428f7f59a3f5

[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-12 Thread Raymond Hettinger
Change by Raymond Hettinger : -- assignee: -> rhettinger nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing

[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-12 Thread DongGeon Lee
Change by DongGeon Lee : -- keywords: +patch pull_requests: +29452 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31293 ___ Python tracker ___

[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-12 Thread DongGeon Lee
New submission from DongGeon Lee : I've found that there is an unnecessary double quote. It lost its another pair. It needs to be removed. And I would like to suggest changing its output format in docstring for consistency with similar kinds of other methods, if it was not intentional.