add request for helper functions to deal with differences

between FILE* structures
This commit is contained in:
Jeremy Hylton 2000-09-15 19:22:22 +00:00
parent bc0d4169b9
commit 1b8c2a80c4
1 changed files with 10 additions and 0 deletions

View File

@ -30,6 +30,16 @@ Standard Library
http://sourceforge.net/bugs/?func=detailbug&bug_id=110835&group_id=5470
- Add C API functions to help Windows users who are building
embedded applications where the FILE * structure does not match
the FILE * the interpreter was compiled with.
http://sourceforge.net/bugs/?func=detailbug&bug_id=110821&group_id=5470
See this bug report for a specific suggestion that will allow a
Borland C++ builder application to interact with a python.dll
build with MSVC.
Local Variables:
mode: indented-text