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 terry.reedy
Recipients SilentGhost, akuchling, docs@python, eric.araujo, georg.brandl, terry.reedy
Date 2011-01-09.23:50:30
SpamBayes Score 5.472621e-09
Marked as misclassified No
Message-id <1294617032.15.0.971529291218.issue10875@psf.upfronthosting.co.za>
In-reply-to
Content
Since I think I know how to do it, easily, I will try to derive the 2.7 patch.

In Matching Characters, I think
"The following predefined special sequences are available:"

should be expanded to 

"The following predefined special sequences are a subset of those available. The equivalent classes are for bytes patterns. For a complete list of sequences and expanded class definitions for Unicode string patterns, see the end of Regular Expression Syntax."
(with section reference markup).

Note to myself. /bytes/byte string/ for 2.7.

While the changes all look innocuous to me with respect to building the docs, I am curious if you have tried to rebuild the HOWTO (if you have the tool chain, which I do not).
History
Date User Action Args
2011-01-09 23:50:32terry.reedysetrecipients: + terry.reedy, akuchling, georg.brandl, eric.araujo, SilentGhost, docs@python
2011-01-09 23:50:32terry.reedysetmessageid: <1294617032.15.0.971529291218.issue10875@psf.upfronthosting.co.za>
2011-01-09 23:50:30terry.reedylinkissue10875 messages
2011-01-09 23:50:30terry.reedycreate