commit | 28fbea412819f90698527c1997ece5aeddf8e9a7 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Fri Jul 02 22:58:12 2010 +0000 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Fri Jul 02 22:58:12 2010 +0000 |
tree | be02bc1cfa86d9dbb3b7858638249a576881dac6 | |
parent | 35789d0d537ac340827e06110b91d206ac7596f9 [diff] |
Merged revisions 82457,82459 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r82457 | ezio.melotti | 2010-07-03 01:17:29 +0300 (Sat, 03 Jul 2010) | 1 line #9139: Add examples for str.format(). ........ r82459 | ezio.melotti | 2010-07-03 01:50:39 +0300 (Sat, 03 Jul 2010) | 1 line #9139: the thousands separator is new in 2.7. Also add a missing variable in the example. ........