[issue15899] howto/unicode.rst doctest corrections

2012-09-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9c83e309 by Ezio Melotti in branch '3.2': #15949, #15899: use \ufffd instead of ?. http://hg.python.org/cpython/rev/9c83e309 New changeset 1aebae2f68da by Ezio Melotti in branch 'default': #15949, #15899: merge with 3.2. http://hg.python.org

[issue15899] howto/unicode.rst doctest corrections

2012-09-11 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- stage: patch review -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue15899] howto/unicode.rst doctest corrections

2012-09-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 142fbadd0ae1 by Senthil Kumaran in branch '2.7': Fix issue #15899 - howto/unicode.rst doctest corrections for 2.7 branch. http://hg.python.org/cpython/rev/142fbadd0ae1 -- ___ Python tracker

[issue15899] howto/unicode.rst doctest corrections

2012-09-11 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue15899] howto/unicode.rst doctest corrections

2012-09-11 Thread Chris Jerdonek
Chris Jerdonek added the comment: Thanks, Senthil! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue15899] howto/unicode.rst doctest corrections

2012-09-11 Thread Senthil Kumaran
Senthil Kumaran added the comment: I shall make the changes 2.7, keeping this open for that. -- ___ Python tracker ___ ___ Python-bugs

[issue15899] howto/unicode.rst doctest corrections

2012-09-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8a40bc71c072 by Senthil Kumaran in branch '3.2': Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek. http://hg.python.org/cpython/rev/8a40bc71c072 New changeset 1d9e89f6abec by Senthil Kumaran in branch 'default': merge.

[issue15899] howto/unicode.rst doctest corrections

2012-09-11 Thread Senthil Kumaran
Senthil Kumaran added the comment: Thanks!. Verified the patch, it is fine and can be applied directly on 3.2 and 3.3 branch. Tested it as well. On 2.7, some changes would be required. -- nosy: +orsenthil ___ Python tracker

[issue15899] howto/unicode.rst doctest corrections

2012-09-10 Thread Chris Jerdonek
Changes by Chris Jerdonek : -- versions: +Python 2.7, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15899] howto/unicode.rst doctest corrections

2012-09-10 Thread Chris Jerdonek
Chris Jerdonek added the comment: Attaching patch for the default branch. -- keywords: +patch stage: -> patch review Added file: http://bugs.python.org/file27163/issue-15899-1.patch ___ Python tracker

[issue15899] howto/unicode.rst doctest corrections

2012-09-10 Thread Chris Jerdonek
New submission from Chris Jerdonek: This issue is to fix Doc/howto/unicode.rst so that its doctests pass when using the doctest module. Patch forthcoming. -- assignee: docs@python components: Documentation keywords: easy messages: 170167 nosy: cjerdonek, docs@python priority: normal se