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

A.M. Kuchling python-dev@python.org
Tue, 11 Jul 2000 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)