PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
June 04, 2008

Shed Skin 0.0.28 Released

Posted: 2008-06-04 06:14:11
Languages ::

Shed Skin 0.0.28 has been released. Shed Skin is an experimental Python compiler which emits C++ code.

This release includes: support for os.popen3 and os.popen4 under UNIX, socket support, support for time.strptime on Windows, support for 'cmp' and 'reverse' arguments of sorted and list.sort, restored compatibility with Python 2.3, bug fixes, and other changes.