A blog tracking jython developments
Syndication
Comment Feed
Contact me
Raymond Hettinger provided a Pure python drop in replacement for collections.deque() from Py2.4 and it works with Jython. Hurray! Its available at the ActiveState Python Cookbook. See the Python 2.4 documentation at: http://www.python.org/dev/doc/devel/lib/module-collections.html for how to use this.