[ANN] istring 1.0.1 released; announce list created

Steven D. Arnold stevena at neosynapse.net
Wed Mar 6 02:44:38 EST 2002


Neosynapse has released istring 1.0.1, a module for interpolating
strings in Python.  String interpolation means you can put variables
directly in strings, like this:

>>> from neo.istring import istring as i
>>> n = 100
>>> s = i("Value is $n")
>>> s
"Value is 100"

The new release fixes several small bugs.  In addition, we have
created an istring-announce list, which will receive information
regarding minor version updates and bug fixes.  To subscribe, go to:

    http://www.casti.com/mailman/listinfo/istring-announce.

The istring download page is at:

    http://www.neosynapse.net/interpolated_string.htm

--------------------------------------------------------------
Steven D. Arnold                                    Neosynapse
stevena at neosynapse.net                        Managing Partner
AIM: abraxan                       MSN: neosynapse at hotmail.com






More information about the Python-list mailing list