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.

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) * (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:28adminsetgithub: 58696
2012-04-05 02:15:19eric.araujosetnosy: + eric.araujo
messages: + msg157530
2012-04-05 01:31:09r.david.murraysetstatus: open -> closed
2012-04-05 01:31:03r.david.murraysetresolution: fixed
messages: + msg157526
stage: test needed -> resolved
2012-04-05 01:29:47python-devsetnosy: + python-dev
messages: + msg157524
2012-04-04 15:16:01Claudiu.Popasetfiles: + fixcid_test.patch
nosy: + r.david.murray
messages: + msg157487

2012-04-04 14:26:53r.david.murraysetstage: test needed
2012-04-04 11:58:25Claudiu.Popacreate