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
History
File Mode Size
README -rw-r--r-- 3.0 KB
README.readline-2.2 -rw-r--r-- 1.8 KB
ar-fake -rwxr-xr-x 4.0 KB
dl_export.h -rw-r--r-- 1.9 KB
linkcc -rwxr-xr-x 2.0 KB
linkmodule -rwxr-xr-x 1.8 KB

README

back to top