[issue12111] email's use of __setitem__ is highly counterintuitive

2011-05-19 Thread Toni Mueller
New submission from Toni Mueller tonimuel...@users.sourceforge.net: email's usage of __setitem__ is highly counterintuitive to the point of being dangerous. The documented behaviour is (quote): __setitem__(name, val) Add a header to the message with field name name and value val

[issue11211] gzip.open() fails for gzipped file

2011-02-14 Thread Toni Mueller
New submission from Toni Mueller tonimuel...@users.sourceforge.net: I have files that I would like to read with Python, but can't: $ python jmlreader.py woerter-allg.jml Traceback (most recent call last): File jmlreader.py, line 14, in module readFile(sys.argv[1]) File jmlreader.py

Re: Python too complex ?!?!?!

2007-11-23 Thread Toni Mueller
[EMAIL PROTECTED] wrote: On Nov 17, 8:25 am, Donn Ingle [EMAIL PROTECTED] wrote: If you are online and the app runs, it can check the freshness of your modules (those called from the app and recursively) and offer to fetch the latest stable versions. Something similar to Java's webstart?