ANN : rest2web 0.2.0

2005-06-02 Thread Fuzzyman
*UPDATE* rest2web 0.2.0 This is a major update to rest2web, introducing lots of new features and improvements. The main new features are : * rest2web now renders pages a whole directory at a time and builds a tree of the site structureas it goes. This allows the new standard functions to pro

ANN: Pythonutils, listquote, and ConfigObj UPDATE

2005-06-02 Thread Fuzzyman
*UPDATE* to the Pythonutils modules. (Please note that due to technical difficulties updated evrsions of ConfigObj and rest2web aren't yet available from Sourceforge - pelase download from Voidspace instead - apologies) The main update is to the listquote module, which has two bugfixes and severa

ANN: http Tutorials (urllib2 and Basic Authentication)

2005-06-02 Thread Fuzzyman
*NEW* http Tutorials Two new tutorials on http related subjects with Python. (1) A tutorial on using urllib2. It covers fetching URLs, coping with errors, and using handlers and openers. It should be useful to anyone new to using urllib2. (2) A tutorial on BASIC authentication with Python. It fi

For review: PEP 343: Anonymous Block Redux and Generator Enhancements

2005-06-02 Thread Guido van Rossum
After many rounds of discussion on python-dev, I'm inviting public comments for PEP 343. Rather than posting the entire PEP text here, I'm inviting everyone to read it on line (http://www.python.org/peps/pep-0343.html) and then post comments on a Wiki page I've created for this purpose (http://wiki

[ANN] IPython 0.6.15 - minor bugfix

2005-06-02 Thread Fernando Perez
Hi all, I've just put out a minor bugfix release, 0.6.15. It really only fixes one thing, tab-completion inside strings: In [1]: foo('/etc/hos <<<--- TAB HERE /etc/host.conf/etc/hosts/etc/hosts.allow /etc/hosts.deny In [1]: foo("/etc/ini <<<--- TAB HERE /etc/init.d/etc/ini