[Python-bugs-list] [Bug #130006] /test/tokenize_tests_.py minor bug

noreply@sourceforge.net noreply@sourceforge.net
Fri, 02 Feb 2001 11:35:11 -0800


Bug #130006, was updated on 2001-Jan-24 20:00
Here is a current snapshot of the bug.

Project: Python
Category: None
Status: Open
Resolution: None
Bug Group: None
Priority: 4
Submitted by: nobody
Assigned to : jhylton
Summary: /test/tokenize_tests_.py minor bug

Details: There is a minor error on line 147 in the module
/test/tokenize_tests.py of
the new 2.1alpha1.  The function d01v has the parameter name "rest"
repeated
in the function definition.  This gives an error message when that
function
is reached during  "make install" on a Debian 2.2 (potato) Linux system.


Follow-Ups:

Date: 2001-Jan-31 12:19
By: jhylton

Comment:
I can't reproduce this problem on my system.  The file definitely
has duplicate arguments, but that shouldn't affect the tokenize test. 
Can you provide the exact error output you see?

-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=130006&group_id=5470