[Python-checkins] CVS: python/dist/src/Lib/test test_generators.py,1.24,1.25
Guido van Rossum
gvanrossum@users.sourceforge.net
Fri, 10 Aug 2001 14:25:26 -0700
Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv12459
Modified Files:
test_generators.py
Log Message:
The message accompanying the TypeError exception on a readonly
attribute changed again.
Index: test_generators.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_generators.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** test_generators.py 2001/08/02 04:15:00 1.24
--- test_generators.py 2001/08/10 21:25:24 1.25
***************
*** 406,410 ****
Traceback (most recent call last):
...
! TypeError: 'generator' object has only read-only attributes (assign to .gi_running)
>>> def g():
... yield me.gi_running
--- 406,410 ----
Traceback (most recent call last):
...
! TypeError: readonly attribute
>>> def g():
... yield me.gi_running