[docs] [issue18562] Regex howto: revision pass
A.M. Kuchling
report at bugs.python.org
Fri Jul 26 18:07:36 CEST 2013
New submission from A.M. Kuchling:
I read through the 3.3 regex howto and have made various edits in the attached patch.
* describe how \w is different when used in bytes and Unicode patterns.
* describe re.ASCII flag to change that behaviour.
* remove a personal reference ('I generally prefer...')
* some small edits and re-wording.
----------
assignee: docs at python
components: Documentation
files: regex.diff
keywords: patch
messages: 193733
nosy: akuchling, docs at python
priority: normal
severity: normal
stage: patch review
status: open
title: Regex howto: revision pass
versions: Python 3.3
Added file: http://bugs.python.org/file31039/regex.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18562>
_______________________________________
More information about the docs
mailing list