cpython/Doc/howto
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter:
(a) "except E, V" -> "except E as V"
(b) V is now limited to a simple name (local variable)
(c) V is now deleted at the end of the except block
2007-01-10 16:19:56 +00:00
..
Makefile Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
TODO Update URLs 2005-08-31 14:43:10 +00:00
advocacy.tex Update URLs 2005-08-31 14:43:10 +00:00
curses.tex Fix typo 2006-01-21 10:50:39 +00:00
doanddont.tex Patch #1550800: make exec a function. 2006-09-06 06:51:57 +00:00
functional.rst Merged revisions 53005-53303 via svnmerge from 2007-01-09 23:18:33 +00:00
regex.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
sockets.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
unicode.rst Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
urllib2.rst SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00