[issue20961] Fix usages of the note directive in the documentation

2014-06-27 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue20961] Fix usages of the note directive in the documentation

2014-03-22 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue20961] Fix usages of the note directive in the documentation

2014-03-17 Thread Berker Peksag
New submission from Berker Peksag: Here's a patch to fix all "ERROR: Error in "note" directive: invalid option block." errors in the stdlib documentation. -- assignee: docs@python components: Documentation files: fix-note-directive.diff keywords: patch messages: 213871 nosy: berker.peksa