commit | 7f98a6c0b6bb281343de388b5ad8b1bca2ca39b9 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Sep 17 03:39:33 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Sep 17 03:39:33 2009 +0000 |
tree | 944026be8e329c209b86a65501b90def721b9f47 | |
parent | 2031d13172078a1b71e37459c2611baa85d8deb9 [diff] |
Merged revisions 74862 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74862 | brett.cannon | 2009-09-16 20:24:45 -0700 (Wed, 16 Sep 2009) | 1 line Note in the intro to Extending... that ctypes can be a simpler, more portable solution than custom C code. ........