diff options
author | Guido van Rossum <guido@python.org> | 1997-04-11 16:46:56 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-04-11 16:46:56 (GMT) |
commit | 5d88aa3a36fa07d1da800df3c4475ccb20145083 (patch) | |
tree | ff0a2c0cd133a44dca3fe035b3c999e245f01bc1 /Misc | |
parent | 24c93591cdd202abeff3629f8ee92cf28711eead (diff) | |
download | cpython-5d88aa3a36fa07d1da800df3c4475ccb20145083.zip cpython-5d88aa3a36fa07d1da800df3c4475ccb20145083.tar.gz cpython-5d88aa3a36fa07d1da800df3c4475ccb20145083.tar.bz2 |
Oops, added <URL:...> around the URL.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1875,7 +1875,7 @@ type around a C structure (pointer) type will also work for C++ objects. A useful automated approach (which also works for C) is SWIG: -http://www.cs.utah.edu/~beazley/SWIG/. +<URL:http://www.cs.utah.edu/~beazley/SWIG/>. 6. Python's design |