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年07月17日 08:15 by serhiy.storchaka, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| comparecodecs.patch | serhiy.storchaka, 2012年07月17日 08:30 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg165689 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2012年07月17日 08:30 | |
Oops, wrong message, wrong patch. Tools/unicode/comparecodecs.py was not properly ported from Python 2 to Python 3. The suggested patch fixes this porting issue. |
|||
| msg173178 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2012年10月17日 14:03 | |
Can anyone look at this tiny patch? |
|||
| msg173179 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年10月17日 14:16 | |
New changeset 98f64cbed2ac by Antoine Pitrou in branch '3.2': Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. http://hg.python.org/cpython/rev/98f64cbed2ac New changeset f281d7700339 by Antoine Pitrou in branch '3.3': Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. http://hg.python.org/cpython/rev/f281d7700339 New changeset ae1f84fd143e by Antoine Pitrou in branch 'default': Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. http://hg.python.org/cpython/rev/ae1f84fd143e |
|||
| msg173180 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年10月17日 14:17 | |
The patch is obviously good, thank you :) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:32 | admin | set | github: 59583 |
| 2012年10月17日 14:17:22 | pitrou | set | status: open -> closed nosy: + pitrou messages: + msg173180 resolution: fixed stage: patch review -> resolved |
| 2012年10月17日 14:16:45 | python-dev | set | nosy:
+ python-dev messages: + msg173179 |
| 2012年10月17日 14:03:49 | serhiy.storchaka | set | messages:
+ msg173178 versions: + Python 3.4 |
| 2012年10月17日 14:02:25 | serhiy.storchaka | set | messages: - msg165687 |
| 2012年08月05日 10:46:03 | serhiy.storchaka | set | keywords:
+ needs review priority: normal -> low stage: patch review |
| 2012年07月17日 08:54:56 | pitrou | set | nosy:
+ georg.brandl, ezio.melotti |
| 2012年07月17日 08:30:44 | serhiy.storchaka | set | files: - decode_charmap_maxchar.patch |
| 2012年07月17日 08:30:21 | serhiy.storchaka | set | files:
+ comparecodecs.patch messages: + msg165689 |
| 2012年07月17日 08:15:13 | serhiy.storchaka | create | |