This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akuchling
Recipients akuchling, docs@python
Date 2013-07-26.16:07:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374854855.56.0.787824851556.issue18562@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-07-26 16:07:36akuchlingsetrecipients: + akuchling, docs@python
2013-07-26 16:07:35akuchlingsetmessageid: <1374854855.56.0.787824851556.issue18562@psf.upfronthosting.co.za>
2013-07-26 16:07:35akuchlinglinkissue18562 messages
2013-07-26 16:07:35akuchlingcreate