commit | 53765753c4b1ede0fd25eadde52e235c62b1c8b7 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sat Aug 04 01:58:36 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sat Aug 04 01:58:36 2001 +0000 |
tree | 9db81df661e7af0f27819dbc8d7d69f5238b8cf4 | |
parent | b3cc29b4934ed39cbd5237d58f6a26c8e591a166 [diff] |
Lots of new text and example code on embedding Python in C, contributed by Albert Hofkamp. Some editing has been done for style and markup consistency. This also supplies an example of importing modules and calling a function defined in the module, so this closes SF bug #440037 as well. (The long example code was moved to a separate file so that it would format properly.)