[Python-checkins] python/dist/src/Doc/tut tut.tex,1.228,1.229

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Tue May 25 12:08:32 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30943

Modified Files:
	tut.tex 
Log Message:
Follow official recommendation for domain names in examples.



Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.228
retrieving revision 1.229
diff -C2 -d -r1.228 -r1.229
*** tut.tex	19 May 2004 19:45:16 -0000	1.228
--- tut.tex	25 May 2004 16:08:28 -0000	1.229
***************
*** 4600,4606 ****
  >>> import smtplib
  >>> server = smtplib.SMTP('localhost')
! >>> server.sendmail('soothsayer at tmp.org', 'jceasar at tmp.org',
! """To: jceasar at tmp.org
! From: soothsayer at tmp.org
  
  Beware the Ides of March.
--- 4600,4606 ----
  >>> import smtplib
  >>> server = smtplib.SMTP('localhost')
! >>> server.sendmail('soothsayer at example.org', 'jceasar at example.org',
! """To: jceasar at example.org
! From: soothsayer at example.org
  
  Beware the Ides of March.




More information about the Python-checkins mailing list