New submission from Joshua Li <joshua.r.li...@gmail.com>:

"Python HOWTOs are documents that cover a single, specific topic, and attempt 
to cover it fairly completely."

It would be quite helpful if the section "non-capturing-and-named-groups" in 
the regex HOWTO contained at least a mention and short usage example of the 
re.match.groupdict method, something I have found to be pythonic and useful, 
yet it does not appear frequently in the docs.

I will be submitting a PR for this.

----------
assignee: docs@python
components: Documentation
messages: 312592
nosy: JoshuaRLi, docs@python
priority: normal
severity: normal
status: open
title: Improve regular expression HOWTO
type: enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32913>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to