ANN: PyLZMA 0.1.0 released

2005-10-23 Thread Joachim Bauch
Hi, I'm pleased to announce the release of PyLZMA 0.1.0 PyLZMA is a platform independent python library that provides compression using the LZMA algorithm by Igor Pavlov. The LZMA algorithm usually performs better than the zlib or bz2 algorithms. Changes from 0.0.3: * updated to 7-zip 4.23 and

Re: Find Items & Indices In A List...

2004-12-10 Thread Joachim Bauch
, 7, 8, 1, 10] >>> [x[0] for x in enumerate(mylist) if x[1] == 1] [1, 2, 3, 4, 9] Greetings, Joachim -- Joachim Bauch, struktur AG Download icoya OpenContent 1.3 for FREE!visit http://www.icoya.de/iOC4free <- signature.asc Description: OpenPGP digital signature -- http://ma