commit | d1cc39d3d833289e924c8ded75f6cc94dc4cc5a5 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Jun 28 21:00:42 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Jun 28 21:00:42 2009 +0000 |
tree | b72027a1669d3bf7c166535e42dafae1107a7921 | |
parent | cf2d9ff3c5f84eb0481165167b1c523d568ecf7b [diff] |
Merged revisions 73636 via svnmerge from svn+ssh://pythondev@www.python.org/python/branches/py3k ........ r73636 | mark.dickinson | 2009-06-28 21:59:42 +0100 (Sun, 28 Jun 2009) | 2 lines Issue #6354: More fixes for code examples involving the repr of a float. ........