[Python-checkins] CVS: python/nondist/peps pep-0219.txt,1.4,1.5

Barry Warsaw bwarsaw@users.sourceforge.net
Wed, 21 Mar 2001 09:44:53 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv11928

Modified Files:
	pep-0219.txt 
Log Message:
Moshe caught a typo


Index: pep-0219.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0219.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** pep-0219.txt	2001/03/21 17:34:33	1.4
--- pep-0219.txt	2001/03/21 17:44:50	1.5
***************
*** 178,182 ****
  References
  
!     [1] www.stackless.com
      [2] http://world.std.com/~wware/uthread.html
      [3] Demo/threads/Generator.py in the source distribution
--- 178,182 ----
  References
  
!     [1] http://www.stackless.com
      [2] http://world.std.com/~wware/uthread.html
      [3] Demo/threads/Generator.py in the source distribution