hi rajeev,
> $ ./196 > 196_shedskin_out
> $ python 196.py > 196_python_out
> $ diff 196_shedskin_out 196_python_out
> 147c147
> < linux2
> ---
>> linux3
apparently sys.platform returns 'linux3' with your version of python,
where shedskin always returns 'linux2' under linux. on my system,
sys.platform also returns 'linux2' with cpython, even though I'm on
linux 3.. anyone interested in looking into this?
> $ python 199.py > 199_python_out
> Traceback (most recent call last):
> File "199.py", line 12, in <module>
> decompressor(open('testdata/binas', 'rb'))
> IOError: [Errno 2] No such file or directory: 'testdata/binas'
ah ok, this is because I forgot to commit this test file to GIT
earlier. so that's no real problem either..
thanks in any case for reporting!
mark.
--
http://www.youtube.com/watch?v=E6LsfnBmdnk