[issue4157] Tuple not callable in platform.py

2008-10-21 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Fixed with r66994. Thanks for the report! -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue4157] Tuple not callable in platform.py

2008-10-21 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Correct. Fortunately this is an internal function that is not used by any other code. It should be corrected and moved to the test suite. -- assignee: -> amaury.forgeotdarc nosy: +amaury.forgeotdarc __

[issue4157] Tuple not callable in platform.py

2008-10-21 Thread Feite Jaarsma
New submission from Feite Jaarsma <[EMAIL PROTECTED]>: The function 'def _test_parse_release_file()' has a for statement with a tuple as iter in it (examples of release file contents). This tuple is not a tuple. There is a ',' missing on every line (marked by '*'): for input, output in (