1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/py-istring/pkg-descr
Pete Fritchman ac68fa66f5 py-istring's homepage changed URLs.
Noticed by: 	fenner's portsurvey
2003-05-10 14:09:01 +00:00

10 lines
221 B
Plaintext

istring is an interpolated string class, which means you can substitute
variables into a string, like this:
>>> j = 3
>>> s = istring("j is $j")
>>> s
'j is 3'
WWW: http://www.neosynapse.net/istring.htm