Update of /cvsroot/py-howto/pyhowto
In directory usw-pr-cvs1:/tmp/cvs-serv23314
Modified Files:
python-dev.tex
Log Message:
Finish incomplete sentence
Index: python-dev.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/python-dev.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** python-dev.tex 2001/07/07 12:11:27 1.6
--- python-dev.tex 2001/07/10 01:03:05 1.7
***************
*** 14,23 ****
This article shows you how to become one of the people who develop
! Python, meaning not just a person who develops \emph{using}
! Python, but a person who works on the core interpreter itself, and who
contributes to the design of the language and the direction its
! development will take. This document will try to motivate you
! to take up Python development, and provides a high-level
! explanation of the development process, online forums,
%======================================================================
--- 14,23 ----
This article shows you how to become one of the people who develop
! Python, meaning not just a person who develops \emph{using} Python,
! but a person who works on the core interpreter itself, and who
contributes to the design of the language and the direction its
! development will take. This document will try to motivate you to take
! up Python development, explains the development process, and points
! you toward the online forums where discussion takes place.
%======================================================================
|