[Python-checkins] CVS: python/dist/src/Lib/plat-irix5 CL_old.py,1.1,1.2 flp.py,1.17,1.18 panel.py,1.4,1.5

Jeremy Hylton python-dev@python.org
Wed, 28 Jun 2000 07:48:04 -0700


Update of /cvsroot/python/python/dist/src/Lib/plat-irix5
In directory slayer.i.sourceforge.net:/tmp/cvs-serv723/Lib/plat-irix5

Modified Files:
	CL_old.py flp.py panel.py 
Log Message:
typos fixed by Rob Hooft


Index: CL_old.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-irix5/CL_old.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CL_old.py	1995/05/17 11:18:22	1.1
--- CL_old.py	2000/06/28 14:48:01	1.2
***************
*** 201,205 ****
  
  #
! # SGI Proprietaty Algorithm Header Start Code
  #
  HEADER_START_CODE = 0xc1C0DEC
--- 201,205 ----
  
  #
! # SGI Proprietary Algorithm Header Start Code
  #
  HEADER_START_CODE = 0xc1C0DEC

Index: flp.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-irix5/flp.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** flp.py	1998/03/26 20:22:58	1.17
--- flp.py	2000/06/28 14:48:01	1.18
***************
*** 204,208 ****
  #
  # Internal: parse fd form, or skip if name doesn't match.
! # the special value None means 'allways parse it'.
  #
  def _parse_fd_form(file, name):
--- 204,208 ----
  #
  # Internal: parse fd form, or skip if name doesn't match.
! # the special value None means 'always parse it'.
  #
  def _parse_fd_form(file, name):
***************
*** 223,227 ****
  
  #
! # Internal class: a convient place to store object info fields
  #
  class _newobj:
--- 223,227 ----
  
  #
! # Internal class: a convenient place to store object info fields
  #
  class _newobj:

Index: panel.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-irix5/panel.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** panel.py	1995/09/18 22:00:37	1.4
--- panel.py	2000/06/28 14:48:01	1.5
***************
*** 3,7 ****
  # Support for the Panel library.
  # Uses built-in module 'pnl'.
! # Applciations should use 'panel.function' instead of 'pnl.function';
  # most 'pnl' functions are transparently exported by 'panel',
  # but dopanel() is overridden and you have to use this version
--- 3,7 ----
  # Support for the Panel library.
  # Uses built-in module 'pnl'.
! # Applications should use 'panel.function' instead of 'pnl.function';
  # most 'pnl' functions are transparently exported by 'panel',
  # but dopanel() is overridden and you have to use this version
***************
*** 138,142 ****
  
  
! # Build a real actuator from an actuator descriptior.
  # Return a pair (actuator, name).
  #
--- 138,142 ----
  
  
! # Build a real actuator from an actuator description.
  # Return a pair (actuator, name).
  #