Issue 14491: fixcid.py is using <> instead of != (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/58696
classification
Title: | fixcid.py is using <> instead of != | ||
---|---|---|---|
Type: | Stage: | resolved | |
Components: | Demos and Tools | Versions: | Python 3.2, Python 3.3 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | Nosy List: | Claudiu.Popa, eric.araujo, python-dev, r.david.murray | |
Priority: | normal | Keywords: | patch |
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) * ![]() |
Date: 2012-04-04 11:58 |
Tools/fixcid.py uses <> instead of !=. The attached patched fixes this issue. | ||
msg157487 - (view) | Author: PCManticore (Claudiu.Popa) * ![]() |
Date: 2012-04-04 15:16 |
Hello. I added a test for fixcid.py regression. | ||
msg157524 - (view) | Author: Roundup Robot (python-dev) ![]() |
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) * ![]() |
Date: 2012-04-05 01:31 |
Thanks for the patch. | ||
msg157530 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
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.araujomessages: + |
2012-04-05 01:31:09 | r.david.murray | set | status: open -> closed |
2012-04-05 01:31:03 | r.david.murray | set | resolution: fixedmessages: + stage: test needed -> resolved |
2012-04-05 01:29:47 | python-dev | set | nosy: + python-devmessages: + |
2012-04-04 15:16:01 | Claudiu.Popa | set | files: + fixcid_test.patchnosy: + r.david.murraymessages: + |
2012-04-04 14:26:53 | r.david.murray | set | stage: test needed |
2012-04-04 11:58:25 | Claudiu.Popa | create |