cy99 / shedskin

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

string formation miss-interpretion #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
string formation miss-interpretion  for sign "*"

test case:
print "%d * %d" % (1,2)

python output: 
"2 * 3"
SS output 
"not enough arguments for format string"

Original issue reported on code.google.com by jason.mi...@gmail.com on 15 Jul 2011 at 3:08

GoogleCodeExporter commented 9 years ago
thanks!! I'm wondering, how do you find all these cases.. :-)

marking for 0.9! I'm a bit busy this week, but hope to start fixing issues 
again next week..

Original comment by mark.duf...@gmail.com on 15 Jul 2011 at 7:51

GoogleCodeExporter commented 9 years ago
I'm trying SS on a large programm, many strange things happened.

Original comment by jason.mi...@gmail.com on 15 Jul 2011 at 8:53

GoogleCodeExporter commented 9 years ago
alright, yeah, that usually uncovers a minor problem here and there.. :-) 
thanks again for reporting them!

Original comment by mark.duf...@gmail.com on 15 Jul 2011 at 9:17

GoogleCodeExporter commented 9 years ago
okay had some time to look into this.. fixed the problem in GIT! ;) thanks 
again.

Original comment by mark.duf...@gmail.com on 15 Jul 2011 at 10:00