Update of /cvsroot/py-howto/pyhowto
In directory usw-pr-cvs1:/tmp/cvs-serv14932
Modified Files:
python-dev.tex
Log Message:
Add forgotten http:// prefix to URL
Index: python-dev.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/python-dev.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** python-dev.tex 2001/07/10 17:31:53 1.8
--- python-dev.tex 2001/07/16 01:26:07 1.9
***************
*** 357,361 ****
The most general and most high-traffic list is \email{python-list}
! (\url{mail.python.org/mailman/listinfo/python-list}), which is
gatewayed to the Usenet newsgroup \newsgroup{comp.lang.python}.
Pretty much anything Python-related is fair game for discussion, and
--- 357,361 ----
The most general and most high-traffic list is \email{python-list}
! (\url{http://mail.python.org/mailman/listinfo/python-list}), which is
gatewayed to the Usenet newsgroup \newsgroup{comp.lang.python}.
Pretty much anything Python-related is fair game for discussion, and
|