[Python-checkins] python/dist/src/Lib/xml/dom domreg.py,1.2,1.3 pulldom.py,1.25,1.26

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 24 Apr 2003 09:02:56 -0700


Update of /cvsroot/python/python/dist/src/Lib/xml/dom
In directory sc8-pr-cvs1:/tmp/cvs-serv21022/Lib/xml/dom

Modified Files:
	domreg.py pulldom.py 
Log Message:
Whitespace normalization.


Index: domreg.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/xml/dom/domreg.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** domreg.py	26 Jan 2003 09:04:35 -0000	1.2
--- domreg.py	24 Apr 2003 16:02:53 -0000	1.3
***************
*** 27,31 ****
      or a new one (e.g. if that implementation supports some
      customization)."""
!     
      registered[name] = factory
  
--- 27,31 ----
      or a new one (e.g. if that implementation supports some
      customization)."""
! 
      registered[name] = factory
  
***************
*** 49,53 ****
      be found, raise an ImportError. The features list must be a sequence
      of (feature, version) pairs which are passed to hasFeature."""
!     
      import os
      creator = None
--- 49,53 ----
      be found, raise an ImportError. The features list must be a sequence
      of (feature, version) pairs which are passed to hasFeature."""
! 
      import os
      creator = None

Index: pulldom.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/xml/dom/pulldom.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** pulldom.py	30 Jun 2002 07:32:56 -0000	1.25
--- pulldom.py	24 Apr 2003 16:02:53 -0000	1.26
***************
*** 237,241 ****
      def __iter__(self):
          return self
!     
      def expandNode(self, node):
          event = self.getEvent()
--- 237,241 ----
      def __iter__(self):
          return self
! 
      def expandNode(self, node):
          event = self.getEvent()