This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年09月10日 09:01 by chris.jerdonek, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue-15899-1.patch | chris.jerdonek, 2012年09月10日 09:05 | review | ||
| Messages (8) | |||
|---|---|---|---|
| msg170167 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年09月10日 09:01 | |
This issue is to fix Doc/howto/unicode.rst so that its doctests pass when using the doctest module. Patch forthcoming. |
|||
| msg170168 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年09月10日 09:05 | |
Attaching patch for the default branch. |
|||
| msg170283 - (view) | Author: Senthil Kumaran (orsenthil) * (Python committer) | Date: 2012年09月11日 10:14 | |
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. |
|||
| msg170284 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年09月11日 10:20 | |
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. Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek. http://hg.python.org/cpython/rev/1d9e89f6abec |
|||
| msg170286 - (view) | Author: Senthil Kumaran (orsenthil) * (Python committer) | Date: 2012年09月11日 10:30 | |
I shall make the changes 2.7, keeping this open for that. |
|||
| msg170287 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年09月11日 10:50 | |
Thanks, Senthil! |
|||
| msg170353 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年09月12日 05:17 | |
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 |
|||
| msg171032 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年09月23日 13:03 | |
New changeset 9c666683e309 by Ezio Melotti in branch '3.2': #15949, #15899: use \ufffd instead of ?. http://hg.python.org/cpython/rev/9c666683e309 New changeset 1aebae2f68da by Ezio Melotti in branch 'default': #15949, #15899: merge with 3.2. http://hg.python.org/cpython/rev/1aebae2f68da |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:35 | admin | set | github: 60103 |
| 2012年09月23日 13:03:42 | python-dev | set | messages: + msg171032 |
| 2012年09月12日 05:19:58 | orsenthil | set | stage: patch review -> resolved |
| 2012年09月12日 05:19:45 | orsenthil | set | status: open -> closed resolution: fixed |
| 2012年09月12日 05:17:21 | python-dev | set | messages: + msg170353 |
| 2012年09月11日 10:50:27 | chris.jerdonek | set | messages: + msg170287 |
| 2012年09月11日 10:30:11 | orsenthil | set | messages: + msg170286 |
| 2012年09月11日 10:20:30 | python-dev | set | nosy:
+ python-dev messages: + msg170284 |
| 2012年09月11日 10:14:58 | orsenthil | set | nosy:
+ orsenthil messages: + msg170283 |
| 2012年09月10日 17:20:18 | chris.jerdonek | set | versions: + Python 2.7, Python 3.2 |
| 2012年09月10日 09:05:32 | chris.jerdonek | set | files:
+ issue-15899-1.patch keywords: + patch messages: + msg170168 stage: patch review |
| 2012年09月10日 09:01:56 | chris.jerdonek | create | |