[Python-checkins] CVS: python/dist/src/Lib/curses textpad.py,1.3,1.4

A.M. Kuchling python-dev@python.org
2000年7月11日 20:38:37 -0700


Update of /cvsroot/python/python/dist/src/Lib/curses
In directory slayer.i.sourceforge.net:/tmp/cvs-serv15696
Modified Files:
	textpad.py 
Log Message:
Remove extra argument to method call
Index: textpad.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/curses/textpad.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** textpad.py	2000年07月11日 10:38:24	1.3
--- textpad.py	2000年07月12日 03:38:34	1.4
***************
*** 89,93 ****
 elif ch == ascii.ENQ:				# ^e
 if self.stripspaces:
! self.win.move(y, self.firstblank(y, maxx))
 else:
 self.win.move(y, self.maxx)
--- 89,93 ----
 elif ch == ascii.ENQ:				# ^e
 if self.stripspaces:
! self.win.move(y, self.firstblank(y))
 else:
 self.win.move(y, self.maxx)

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