commit | 65f9c4ea59c688286e60707d3624179d81c77459 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sun Mar 21 17:35:54 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun Mar 21 17:35:54 2010 +0000 |
tree | df32ae116844a80a55b955dd99ac8857a10b3bf6 | |
parent | ea1642910eafe86b6749af852ce5b37525b742c8 [diff] |
Merged revisions 74052 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74052 | alexandre.vassalotti | 2009-07-17 10:09:04 +0200 (ven., 17 juil. 2009) | 3 lines Fix GCC warning about fprintf used without a string literal and without format arguments. ........