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年04月04日 11:58 by Claudiu.Popa, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| fixcid.patch | Claudiu.Popa, 2012年04月04日 11:58 | |||
| fixcid_test.patch | Claudiu.Popa, 2012年04月04日 15:16 | |||
| Messages (5) | |||
|---|---|---|---|
| msg157470 - (view) | Author: PCManticore (Claudiu.Popa) * (Python triager) | Date: 2012年04月04日 11:58 | |
Tools/fixcid.py uses <> instead of !=. The attached patched fixes this issue. |
|||
| msg157487 - (view) | Author: PCManticore (Claudiu.Popa) * (Python triager) | Date: 2012年04月04日 15:16 | |
Hello. I added a test for fixcid.py regression. |
|||
| msg157524 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年04月05日 01:29 | |
New changeset 62dde5dd475e by R David Murray in branch '3.2': #14490, #14491: add 'sundry'-style import tests for Tools/scripts. http://hg.python.org/cpython/rev/62dde5dd475e New changeset 696cb524322a by R David Murray in branch 'default': Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts. http://hg.python.org/cpython/rev/696cb524322a |
|||
| msg157526 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2012年04月05日 01:31 | |
Thanks for the patch. |
|||
| msg157530 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年04月05日 02:15 | |
Great change David. Thanks for the help Popa! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:28 | admin | set | github: 58696 |
| 2012年04月05日 02:15:19 | eric.araujo | set | nosy:
+ eric.araujo messages: + msg157530 |
| 2012年04月05日 01:31:09 | r.david.murray | set | status: open -> closed |
| 2012年04月05日 01:31:03 | r.david.murray | set | resolution: fixed messages: + msg157526 stage: test needed -> resolved |
| 2012年04月05日 01:29:47 | python-dev | set | nosy:
+ python-dev messages: + msg157524 |
| 2012年04月04日 15:16:01 | Claudiu.Popa | set | files:
+ fixcid_test.patch nosy: + r.david.murray messages: + msg157487 |
| 2012年04月04日 14:26:53 | r.david.murray | set | stage: test needed |
| 2012年04月04日 11:58:25 | Claudiu.Popa | create | |