commit | 9307839ee9e1445dd48bba6531b51738c075b746 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Jun 28 21:20:21 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Jun 28 21:20:21 2009 +0000 |
tree | 2c2cfa92965f929ed2c809f62843fcba79cf929f | |
parent | d1cc39d3d833289e924c8ded75f6cc94dc4cc5a5 [diff] |
Merged revisions 73640 via svnmerge from svn+ssh://pythondev@www.python.org/python/branches/py3k ........ r73640 | mark.dickinson | 2009-06-28 22:19:18 +0100 (Sun, 28 Jun 2009) | 3 lines Issue #6354 continued: reword confusing tutorial note on the (no-longer existing) difference between str(8/5) and repr(8/5). ........