[issue14554] test module: correction

2012-04-24 Thread Sandro Tosi
Sandro Tosi added the comment: Thanks for the patch, Tshepang! -- nosy: +sandro.tosi resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker _

[issue14554] test module: correction

2012-04-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 22767284de99 by Sandro Tosi in branch '2.7': Issue #14554: correct example for captured_stdout() http://hg.python.org/cpython/rev/22767284de99 New changeset d1ba0421d65f by Sandro Tosi in branch '3.2': Issue #14554: correct example for captured_std

[issue14554] test module: correction

2012-04-13 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> commit review type: -> enhancement ___ Python tracker ___ ___ Python-bugs

[issue14554] test module: correction

2012-04-13 Thread Éric Araujo
Éric Araujo added the comment: LGTM -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue14554] test module: correction

2012-04-12 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- keywords: +patch Added file: http://bugs.python.org/file25187/correction.diff ___ Python tracker ___

[issue14554] test module: correction

2012-04-11 Thread Georg Brandl
Georg Brandl added the comment: I think a patch is missing :) -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mail

[issue14554] test module: correction

2012-04-11 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe : add missing '\n' -- assignee: docs@python components: Documentation messages: 158082 nosy: docs@python, tshepang priority: normal severity: normal status: open title: test module: correction versions: Python 2.7, Python 3.2, Python 3.3