[Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.56.2.10,1.56.2.11

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Mon, 21 Feb 2000 13:04:43 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/api
In directory weyr:/home/fdrake/projects/python/Doc-152p1/api

Modified Files:
      Tag: release152p1-patches
	api.tex 
Log Message:

Per Guido's suggestion, mark PyFile_SoftSpace() as for internal use
only.


Index: api.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.56.2.10
retrieving revision 1.56.2.11
diff -C2 -r1.56.2.10 -r1.56.2.11
*** api.tex	2000/02/21 16:52:23	1.56.2.10
--- api.tex	2000/02/21 18:04:40	1.56.2.11
***************
*** 2544,2547 ****
--- 2544,2548 ----
  
  \begin{cfuncdesc}{int}{PyFile_SoftSpace}{PyObject *p, int newflag}
+ This function exists for internal use by the interpreter.
  Sets the \member{softspace} attribute of \var{p} to \var{newflag}.
  Returns the previous value.  \var{p} does not have to be a file object