commit | 36cea39b225e9814abcebb0f96088cfdb5b9d36c | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sat Oct 03 10:18:40 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sat Oct 03 10:18:40 2009 +0000 |
tree | 16b10a6e364567878a58b021c51f248415985c2d | |
parent | 7942e2e267fce0c32ea109ee11f9364b4fc3ca74 [diff] |
Merged revisions 75205 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75205 | mark.dickinson | 2009-10-03 11:14:34 +0100 (Sat, 03 Oct 2009) | 2 lines Issue #7028: Add note to hex() builtin docs pointing to float.hex(). ........