commit | fb3dc94b8c84b91a384c0159c7b126976cbc79fd | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Tue May 25 19:06:24 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Tue May 25 19:06:24 2010 +0000 |
tree | fcb25463f2542344c70da29ce49198529cf347d1 | |
parent | f5077aa17bc0bcae14524e25cff6635c9398fd57 [diff] |
Merged revisions 81525 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81525 | mark.dickinson | 2010-05-25 20:01:08 +0100 (Tue, 25 May 2010) | 3 lines Issue #8816: Extra tests for some built-in functions. These tests are ports of IronPython tests. Thanks Gregory Nofi. ........