[Python-checkins] CVS: python/dist/src/Python bltinmodule.c

Guido van Rossum guido@cnri.reston.va.us
Fri, 19 Mar 1999 14:07:21 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Python
In directory eric:/projects/python/develop/guido/src/Python

Modified Files:
	bltinmodule.c 
Log Message:
New builtin buffer() creates a derived read-only buffer from any
object that supports the buffer interface (e.g. strings, arrays).