Staging
v0.8.1
Revision add191118fd583107e900c264f6e7aa1e786a387 authored by Thomas Wouters on 05 July 2006, 11:03:49 UTC, committed by Thomas Wouters on 05 July 2006, 11:03:49 UTC
str() or repr()) would work, just not multi-value tuples. Probably not a
backport candidate, since it changes the behaviour of passing a
single-element tuple:

>>> string.Template("$foo").substitute(dict(foo=(1,)))

'(1,)'

versus

'1'
1 parent 9ba7ca8
History
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
PCbuild8
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 13.2 KB
Makefile.pre.in -rw-r--r-- 34.1 KB
README -rw-r--r-- 53.0 KB
configure -rwxr-xr-x 621.9 KB
configure.in -rw-r--r-- 93.3 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 26.4 KB
setup.py -rw-r--r-- 65.4 KB

README

back to top