[issue44940] Clarify the documentation of re.findall()

2021-08-22 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.8 ___ Python tracker

[issue44940] Clarify the documentation of re.findall()

2021-08-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset d006392245c904547e5727144235c2f9d7948e96 by Miss Islington (bot) in branch '3.9': bpo-44940: Clarify the documentation of re.findall() (GH-27849) (GH-27880) https://github.com/python/cpython/commit/d006392245c904547e5727144235c2f9d7948e96 --

[issue44940] Clarify the documentation of re.findall()

2021-08-22 Thread miss-islington
miss-islington added the comment: New changeset 519bcc698c436e12bd6c1ff6f2517060719c60d5 by Miss Islington (bot) in branch '3.10': bpo-44940: Clarify the documentation of re.findall() (GH-27849) https://github.com/python/cpython/commit/519bcc698c436e12bd6c1ff6f2517060719c60d5 -- __

[issue44940] Clarify the documentation of re.findall()

2021-08-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +26334 pull_request: https://github.com/python/cpython/pull/27879 ___ Python tracker _

[issue44940] Clarify the documentation of re.findall()

2021-08-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +26335 pull_request: https://github.com/python/cpython/pull/27880 ___ Python tracker ___ __

[issue44940] Clarify the documentation of re.findall()

2021-08-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 64f9e7b19dc1603fcbd07c17c9860085b9d21465 by Serhiy Storchaka in branch 'main': bpo-44940: Clarify the documentation of re.findall() (GH-27849) https://github.com/python/cpython/commit/64f9e7b19dc1603fcbd07c17c9860085b9d21465 --

[issue44940] Clarify the documentation of re.findall()

2021-08-21 Thread Rondevous
Rondevous added the comment: Oops, I was wrong about re.finditer :D Sorry, I think didn't check that properly. Just saw the changes. The patch looks good :) Thanks a lot! -- title: Suggest the use of non-capturing groups in re.findall() and re.finditer() docs -> Clarify the document