cy99 / shedskin

Automatically exported from code.google.com/p/shedskin
0 stars 0 forks source link

shedskin can't deal with returning a 3-tuple #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. shedskin foo.py # (foo.py is attached)
2. look at type annotation in foo.ss.py
3.

What is the expected output? What do you see instead?

The expected output has the return type of foo.foo() being a
dictionary.   Instead, it claims it is an iter of sequence of strings.

What version of the product are you using? On what operating system?
0.0.28 xubuntu 8.04

Please provide any additional information below.

Original issue reported on code.google.com by gpk...@gmail.com on 31 Jul 2008 at 9:27

Attachments:

GoogleCodeExporter commented 8 years ago
thanks again for reporting problems you encounter. but please do have a good 
look at
the tutorial before adding more issues :) 3-tuples with different types of 
elements
are currently not supported..

Original comment by mark.duf...@gmail.com on 31 Jul 2008 at 2:26