[issue12208] Glitches in email.policy docs

2011-12-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9ffb00748a47 by Éric Araujo in branch 'default': Fix glitches in email.policy docs (#12208) http://hg.python.org/cpython/rev/9ffb00748a47 -- nosy: +python-dev ___ Python tracker

[issue12208] Glitches in email.policy docs

2011-12-03 Thread Éric Araujo
Éric Araujo added the comment: Thank you sir. I fixed the directive markup in 4f860536efa3, I’m committing the rest now. -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker

[issue12208] Glitches in email.policy docs

2011-12-02 Thread Ezio Melotti
Ezio Melotti added the comment: LGTM. -- assignee: docs@python -> eric.araujo nosy: +ezio.melotti stage: patch review -> commit review ___ Python tracker ___ ___

[issue12208] Glitches in email.policy docs

2011-05-29 Thread Éric Araujo
New submission from Éric Araujo : I found a bug in email.policy.rst (Msg instead of msg) and did other touch-ups in the file. Please review. -- assignee: docs@python components: Documentation files: email.policy-markup-glitches.diff keywords: patch messages: 137204 nosy: docs@python, e