ssecorp Sun, 06 Jul 2008 11:51:15 -0700
>>> h = "aja baja" >>> h += 'e' >>> h 'aja bajae' >>>
-- http://mail.python.org/mailman/listinfo/python-list