commit | 763b30177d38174b878f5e1e4b580208f0c58de6 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Aug 06 15:08:32 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Aug 06 15:08:32 2009 +0000 |
tree | a119038cd841a36346fc6b2eae811573b79e332e | |
parent | ce14c099dfc1f3f89d58e06174168b69161746e3 [diff] |
Merged revisions 74328 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74328 | georg.brandl | 2009-08-06 17:06:25 +0200 (Do, 06 Aug 2009) | 1 line Fix base keyword arg name for int() and long(). ........