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

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Thu, 23 Dec 1999 11:45:59 -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:

PyString_AsString():  Clarified that the return value points to memory 
        owned by Python, not a copy that needs to be freed.  Point out 
        that the contents must not be modified.  Need for clarity
        pointed out by Greg Kochanski <gpk@bell-labs.com>.