[issue32658] Metacharacter (\) documentation suggestion

2022-04-04 Thread miss-islington
miss-islington added the comment: New changeset 31c9e35e5360ba91fc6b81b23eb21dd3c39e2257 by Miss Islington (bot) in branch '3.9': bpo-32658: Regex docs: Fix metacharacter reference (GH-32230) https://github.com/python/cpython/commit/31c9e35e5360ba91fc6b81b23eb21dd3c39e2257 -- _

[issue32658] Metacharacter (\) documentation suggestion

2022-04-04 Thread miss-islington
miss-islington added the comment: New changeset d95e072c419e40b0fb67b8cc8a84087c8a0276ee by Miss Islington (bot) in branch '3.10': bpo-32658: Regex docs: Fix metacharacter reference (GH-32230) https://github.com/python/cpython/commit/d95e072c419e40b0fb67b8cc8a84087c8a0276ee --

[issue32658] Metacharacter (\) documentation suggestion

2022-04-04 Thread Jelle Zijlstra
Jelle Zijlstra added the comment: Thanks for the patch! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue32658] Metacharacter (\) documentation suggestion

2022-04-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +30384 pull_request: https://github.com/python/cpython/pull/32323 ___ Python tracker ___ __

[issue32658] Metacharacter (\) documentation suggestion

2022-04-04 Thread Jelle Zijlstra
Jelle Zijlstra added the comment: New changeset 43571a3eea8b5931769376daf4bdad1c9184ae0d by Mike cm in branch 'main': bpo-32658: Regex docs: Fix metacharacter reference (GH-32230) https://github.com/python/cpython/commit/43571a3eea8b5931769376daf4bdad1c9184ae0d -- nosy: +JelleZijlst

[issue32658] Metacharacter (\) documentation suggestion

2022-04-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +30383 pull_request: https://github.com/python/cpython/pull/32322 ___ Python tracker _

[issue32658] Metacharacter (\) documentation suggestion

2022-04-01 Thread Jack DeVries
Jack DeVries added the comment: Did you run ``make venv`` to setup your virtual environment? Sphynx themes are usually pip dependencies, so if you're getting a "missing theme" error, it sounds like your virtual environment is not setup right. -- nosy: +jack__d __

[issue32658] Metacharacter (\) documentation suggestion

2022-04-01 Thread mike mcleod
Change by mike mcleod : -- keywords: +patch pull_requests: +30302 stage: -> patch review pull_request: https://github.com/python/cpython/pull/32230 ___ Python tracker ___

[issue32658] Metacharacter (\) documentation suggestion

2022-03-31 Thread mike mcleod
mike mcleod added the comment: After sync'ing to upstream/main and then running make html I get: ... checking consistency... done preparing documents... failed Warning, treated as error: unsupported theme option 'license_url' given make: *** [Makefile:53: build] Error 2 I cant see anything fr

[issue32658] Metacharacter (\) documentation suggestion

2022-03-29 Thread Stanley
Stanley added the comment: Feel free, it's all yours -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue32658] Metacharacter (\) documentation suggestion

2022-03-29 Thread mike mcleod
mike mcleod added the comment: Sorry, forgot this one. Would you like me to move this forward? Or do you want to take it? I don't mind either way. -- ___ Python tracker ___ _

[issue32658] Metacharacter (\) documentation suggestion

2022-03-28 Thread Stanley
Stanley added the comment: Mike, are you still working on this issue? -- nosy: +slateny ___ Python tracker ___ ___ Python-bugs-list

[issue32658] Metacharacter (\) documentation suggestion

2022-01-21 Thread Kevin Raeder
Kevin Raeder added the comment: Sure! Thanks for paying attention to my suggestion. Kevin On Fri, Jan 21, 2022 at 10:42 AM mike mcleod wrote: > > mike mcleod added the comment: > > I would like to help with this issue. Is that acceptable? > > -- > nosy: +mikecmcleod > > ___

[issue32658] Metacharacter (\) documentation suggestion

2022-01-21 Thread mike mcleod
mike mcleod added the comment: I would like to help with this issue. Is that acceptable? -- nosy: +mikecmcleod ___ Python tracker ___ _

[issue32658] Metacharacter (\) documentation suggestion

2021-11-21 Thread Alex Waygood
Change by Alex Waygood : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32658] Metacharacter (\) documentation suggestion

2021-11-21 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy, newcomer friendly versions: +Python 3.11 ___ Python tracker ___ ___ Python-bugs-list ma

[issue32658] Metacharacter (\) documentation suggestion

2018-01-24 Thread Kevin Raeder
New submission from Kevin Raeder : I've found the Regular Expression HOWTO to be very helpful (https://docs.python.org/3/howto/regex.html?highlight=regular%20expressions). One inconsistency I noticed is that the intro to metacharacters says "Metacharacters are not active inside classes. " But fa