[Python-checkins] CVS: python/dist/src/Lib/plat-irix6 cdplayer.py,1.2,1.3

Thomas Wouters python-dev@python.org
2000年7月16日 04:57:22 -0700


Update of /cvsroot/python/python/dist/src/Lib/plat-irix6
In directory slayer.i.sourceforge.net:/tmp/cvs-serv10638/Lib/plat-irix6
Modified Files:
	cdplayer.py 
Log Message:
Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a
genuine bug, so I checked it in separately.
Index: cdplayer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-irix6/cdplayer.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** cdplayer.py	1997年10月22日 21:00:47	1.2
--- cdplayer.py	2000年07月16日 11:57:20	1.3
***************
*** 54,58 ****
 					print 'syntax error in ~/' + cdplayerrc
 					continue
! 				name, valye = match.group(1, 2)
 				if name == 'title':
 					self.title = value
--- 54,58 ----
 					print 'syntax error in ~/' + cdplayerrc
 					continue
! 				name, value = match.group(1, 2)
 				if name == 'title':
 					self.title = value

AltStyle によって変換されたページ (->オリジナル) /