Jason Yeo added the comment:
> Nothing much AFAIK, except that someone must be willing to maintain the code.
I wrote the code, I guess I should be the one maintaining this.
I am new to this, what must I look out for if I want to maintain t
New submission from Jason Yeo:
My university uses python to teach sorting algorithms. It will be great if the
turtledemo comes with a visualization of some of the algorithms. I have
attached a patch for it.
--
components: Demos and Tools
files: animation.diff
keywords: patch
messages
Jason Yeo added the comment:
*friendly ping*, how's the review for this patch?
--
___
Python tracker
<http://bugs.python.org/issue14026>
___
___
Pytho
Jason Yeo added the comment:
hi,
*friendly ping* how's the review for this patch?
--
___
Python tracker
<http://bugs.python.org/issue14032>
___
___
Pytho
Changes by Jason Yeo :
--
keywords: +patch
Added file: http://bugs.python.org/file24588/14026v2.patch
___
Python tracker
<http://bugs.python.org/issue14
Changes by Jason Yeo :
Removed file: http://bugs.python.org/file24556/14026patch
___
Python tracker
<http://bugs.python.org/issue14026>
___
___
Python-bugs-list mailin
Changes by Jason Yeo :
Removed file: http://bugs.python.org/file24587/mypatch
___
Python tracker
<http://bugs.python.org/issue14026>
___
___
Python-bugs-list mailin
Jason Yeo added the comment:
>For the two failures, I suggest modifying _check_script() to return the
>"rc, out, err" from the underlying assert_python_ok() call
I've decided to simple pass in *example_args into the assert_python_ok() in
those two offending tests. There
Jason Yeo added the comment:
>Just define a list of example args as a module global, append them to
>the run_args in _check_script, and check them against sys.argv[1:] with
>assertEqual() in the test script.
Okay I have done that but the assertion passes in all the tests
Jason Yeo added the comment:
I would like to work on this but I am not sure how to go about it. It seems
that the method signature for _check_script has to be changed in include
another parameter for expected_argv1, expected_argv2, etc. The _check_output
also has to be changed to include
Changes by Jason Yeo :
Removed file: http://bugs.python.org/file24532/mypatch
___
Python tracker
<http://bugs.python.org/issue14032>
___
___
Python-bugs-list mailin
Changes by Jason Yeo :
Added file: http://bugs.python.org/file24532/mypatch
___
Python tracker
<http://bugs.python.org/issue14032>
___
___
Python-bugs-list mailin
New submission from Jason Yeo :
Hi, I'm new around here. I was trying to fix issue 14026 and I found this
problem. In test_cmd_line_script, the test_issue8202 tries to print an
undefined data variable when verbose is set to > 1. I have a patch attached to
print(out) instead of pr
Changes by Jason Yeo :
--
nosy: +Jason.Yeo
___
Python tracker
<http://bugs.python.org/issue14026>
___
___
Python-bugs-list mailing list
Unsubscribe:
14 matches
Mail list logo