I'm trying to make use of the with statement that will be standard in future releases of Python. For 2.5, you should be able to do a from __future__ import with to get it. However, whenever I type the word with and then a space, the IDE crashes. Sometimes when I'm using the with statement (as opposed to importing it) it'll just give me a warning that with will become a reserved word in 2.6...
2007-06-22 17:42:53 UTC in Stani's Python Editor