[Python-checkins] CVS: python/nondist/peps pep-0042.txt,1.2,1.3

Jeremy Hylton python-dev@python.org
Fri, 15 Sep 2000 12:22:25 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv17164

Modified Files:
	pep-0042.txt 
Log Message:
add request for helper functions to deal with differences 
    between FILE* structures


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** pep-0042.txt	2000/09/15 18:56:47	1.2
--- pep-0042.txt	2000/09/15 19:22:22	1.3
***************
*** 31,34 ****
--- 31,44 ----
        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: