[Rest2web-develop] Pythonutils and ConfigObj
Brought to you by:
mjfoord
From: Michael F. <mi...@pc...> - 2005-09-01 11:05:53
|
Hello all, I'm back after a bit of a break. I've just done a fresh commit - : * minor updates to rest2web * Major updates to the pythonutils modules * Completed pythonutils documentation * Bugfixes to ConfigObj On the basis of this I'm doing a pythonutils-0.2.0 release and a ConfigObj-4.0.0 beta 3 release. The changes to ConfigObj are : Interpolation is switched off before writing out files. String values unchanged by validation *aren't* reset. This preserves interpolation in string values. Fixed bug in handling ``StringIO`` instances. (Thanks to report from "Gustavo Niemeyer" <gu...@ni...>) Moved the doctests from the ``__init__`` method to a separate function. (For the sake of IDE calltips). The updates will be online at voidspace shortly..... All the best, Fuzzyman http://www.voidspace.org.uk/python |