[issue11931] Regular expression documentation patch

2011-10-19 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 068d89194ffd by Raymond Hettinger in branch '3.2': Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs http://hg.python.org/cpython/rev/068d89194ffd -- nosy: +python-dev

[issue11931] Regular expression documentation patch

2011-10-19 Thread Raymond Hettinger
Raymond Hettinger raymond.hettin...@gmail.com added the comment: Applied many of these changes to 3.2 and 3.3. If someone is interested, feel free to backport them to 2.7. -- resolution: - fixed status: open - closed versions: -Python 3.1, Python 3.2, Python 3.3

[issue11931] Regular expression documentation patch

2011-04-26 Thread Boštjan Mejak
New submission from Boštjan Mejak bostjan.me...@gmail.com: I have read and fixed the regular expression documentation and made a patch. Ezio, please review it and apply it. Thanks. -- assignee: docs@python components: Documentation files: re.patch keywords: patch messages: 134506 nosy:

[issue11931] Regular expression documentation patch

2011-04-26 Thread Raymond Hettinger
Raymond Hettinger raymond.hettin...@gmail.com added the comment: The section heads should remain in title case. The colon in the octal escape section should remain, but the If following it should be lower cased. Phonebook should remain a single word. vs is fine without the period in a

[issue11931] Regular expression documentation patch

2011-04-26 Thread Boštjan Mejak
Boštjan Mejak bostjan.me...@gmail.com added the comment: Raymond, what about the title search() vs. match()? There is a dot there! Please add the dot where I added it. Or remove it here as well. Also, Checking For a Pair is Checking for a Pair. The word for must be lowercase. --

[issue11931] Regular expression documentation patch

2011-04-26 Thread Raymond Hettinger
Changes by Raymond Hettinger raymond.hettin...@gmail.com: -- assignee: docs@python - rhettinger priority: normal - low ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11931 ___

[issue11931] Regular expression documentation patch

2011-04-26 Thread Raymond Hettinger
Raymond Hettinger raymond.hettin...@gmail.com added the comment: I'll do these fix-ups but wish you would shift your focus to making substantive changes. You're wasting developer time. -- ___ Python tracker rep...@bugs.python.org