Staging
v0.8.1
Revision 9706486b9fb8d25762095c855c3c2a976dcbf1d3 authored by Guido van Rossum on 10 April 2000, 13:52:48 UTC, committed by Guido van Rossum on 10 April 2000, 13:52:48 UTC
* '...%s...' % u"abc" now coerces to Unicode just like
  string methods. Care is taken not to reevaluate already formatted
  arguments -- only the first Unicode object appearing in the
  argument mapping is looked up twice. Added test cases for
  this to test_unicode.py.
1 parent 45ad3c4
Raw File
boilerplate.tex
\author{Guido van Rossum}

\authoraddress{
	Corporation for National Research Initiatives \\
	1895 Preston White Drive, Reston, VA 20191, USA \\
	E-mail: \email{guido@python.org}
}

\date{\today}			% XXX update before release!
\release{1.6}
back to top