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@python components: Documentation files: regex.diff keywords: patch messages: 193733 nosy: akuchling, docs@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 <rep...@bugs.python.org> <http://bugs.python.org/issue18562> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com