[Python-checkins] python/dist/src/Lib/plat-mac/lib-scriptpackages/Netscape Mozilla_suite.py, 1.7, 1.8 PowerPlant.py, 1.6, 1.7 Required_suite.py, 1.5, 1.6 Standard_URL_suite.py, 1.5, 1.6 Text.py, 1.8, 1.9 WorldWideWeb_suite.py, 1.6, 1.7

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jul 18 08:15:20 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Netscape
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31286/plat-mac/lib-scriptpackages/Netscape

Modified Files:
	Mozilla_suite.py PowerPlant.py Required_suite.py 
	Standard_URL_suite.py Text.py WorldWideWeb_suite.py 
Log Message:
Whitespace normalization, via reindent.py.


Index: Mozilla_suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Netscape/Mozilla_suite.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Mozilla_suite.py	13 Jun 2003 14:31:13 -0000	1.7
--- Mozilla_suite.py	18 Jul 2004 06:14:47 -0000	1.8
***************
*** 225,251 ****
  
  _Enum_comp = {
!     'Navigator' : 'navg',	# The Navigator component
!     'InBox' : 'inbx',	# The InBox component
!     'Newsgroups' : 'colb',	# The Newsgroups component
!     'Composer' : 'cpsr',	# The Page Composer component
!     'Conference' : 'conf',	# The Conference Component
!     'Calendar' : 'cald',	# The Calendar Component
  }
  
  _Enum_dire = {
!     'again' : 'agai',	# Again (reload)
!     'home' : 'home',	# Home
!     'backward' : 'prev',	# Previous page
!     'forward' : 'next',	# Next page
  }
  
  _Enum_ncmd = {
!     'Get_new_mail' : '\x00\x00\x04W',	# 
!     'Send_queued_messages' : '\x00\x00\x04X',	# 
!     'Read_newsgroups' : '\x00\x00\x04\x04',	# 
!     'Show_Inbox' : '\x00\x00\x04\x05',	# 
!     'Show_Bookmarks_window' : '\x00\x00\x04\x06',	# 
!     'Show_History_window' : '\x00\x00\x04\x07',	# 
!     'Show_Address_Book_window' : '\x00\x00\x04\t',	# 
  }
  
--- 225,251 ----
  
  _Enum_comp = {
!     'Navigator' : 'navg',       # The Navigator component
!     'InBox' : 'inbx',   # The InBox component
!     'Newsgroups' : 'colb',      # The Newsgroups component
!     'Composer' : 'cpsr',        # The Page Composer component
!     'Conference' : 'conf',      # The Conference Component
!     'Calendar' : 'cald',        # The Calendar Component
  }
  
  _Enum_dire = {
!     'again' : 'agai',   # Again (reload)
!     'home' : 'home',    # Home
!     'backward' : 'prev',        # Previous page
!     'forward' : 'next', # Next page
  }
  
  _Enum_ncmd = {
!     'Get_new_mail' : '\x00\x00\x04W',   #
!     'Send_queued_messages' : '\x00\x00\x04X',   #
!     'Read_newsgroups' : '\x00\x00\x04\x04',     #
!     'Show_Inbox' : '\x00\x00\x04\x05',  #
!     'Show_Bookmarks_window' : '\x00\x00\x04\x06',       #
!     'Show_History_window' : '\x00\x00\x04\x07', #
!     'Show_Address_Book_window' : '\x00\x00\x04\t',      #
  }
  

Index: PowerPlant.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Netscape/PowerPlant.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** PowerPlant.py	13 Jun 2003 14:31:13 -0000	1.6
--- PowerPlant.py	18 Jul 2004 06:14:47 -0000	1.7
***************
*** 1,3 ****
! """Suite PowerPlant: 
  Level 0, version 0
  
--- 1,3 ----
! """Suite PowerPlant:
  Level 0, version 0
  
***************
*** 63,70 ****
  
  _Enum_dbac = {
!     'DoNothing' : '\x00\x00\x00\x00',	# No debugging action is taken.
!     'PostAlert' : '\x00\x00\x00\x01',	# Post an alert.
!     'LowLevelDebugger' : '\x00\x00\x00\x02',	# Break into the low level debugger (MacsBug).
!     'SourceDebugger' : '\x00\x00\x00\x03',	# Break into the source level debugger (if source debugger is executing).
  }
  
--- 63,70 ----
  
  _Enum_dbac = {
!     'DoNothing' : '\x00\x00\x00\x00',   # No debugging action is taken.
!     'PostAlert' : '\x00\x00\x00\x01',   # Post an alert.
!     'LowLevelDebugger' : '\x00\x00\x00\x02',    # Break into the low level debugger (MacsBug).
!     'SourceDebugger' : '\x00\x00\x00\x03',      # Break into the source level debugger (if source debugger is executing).
  }
  

Index: Required_suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Netscape/Required_suite.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Required_suite.py	13 Jun 2003 14:31:13 -0000	1.5
--- Required_suite.py	18 Jul 2004 06:14:47 -0000	1.6
***************
*** 1,3 ****
! """Suite Required suite: 
  Level 0, version 0
  
--- 1,3 ----
! """Suite Required suite:
  Level 0, version 0
  

Index: Standard_URL_suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Netscape/Standard_URL_suite.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Standard_URL_suite.py	13 Jun 2003 14:31:13 -0000	1.5
--- Standard_URL_suite.py	18 Jul 2004 06:14:47 -0000	1.6
***************
*** 21,26 ****
      def GetURL(self, _object, _attributes={}, **_arguments):
          """GetURL: Loads the URL (optionally to disk)
!         Required argument: The url 
!         Keyword argument to: file the URL should be loaded into  
          Keyword argument inside: Window the URL should be loaded to
          Keyword argument from_: Referrer, to be sent with the HTTP request
--- 21,26 ----
      def GetURL(self, _object, _attributes={}, **_arguments):
          """GetURL: Loads the URL (optionally to disk)
!         Required argument: The url
!         Keyword argument to: file the URL should be loaded into
          Keyword argument inside: Window the URL should be loaded to
          Keyword argument from_: Referrer, to be sent with the HTTP request

Index: Text.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Netscape/Text.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Text.py	13 Jun 2003 14:31:14 -0000	1.8
--- Text.py	18 Jul 2004 06:14:47 -0000	1.9
***************
*** 1,3 ****
! """Suite Text: 
  Level 0, version 0
  
--- 1,3 ----
! """Suite Text:
  Level 0, version 0
  

Index: WorldWideWeb_suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Netscape/WorldWideWeb_suite.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** WorldWideWeb_suite.py	13 Jun 2003 14:31:14 -0000	1.6
--- WorldWideWeb_suite.py	18 Jul 2004 06:14:47 -0000	1.7
***************
*** 1,3 ****
! """Suite WorldWideWeb suite, as defined in Spyglass spec.: 
  Level 1, version 1
  
--- 1,3 ----
! """Suite WorldWideWeb suite, as defined in Spyglass spec.:
  Level 1, version 1
  
***************
*** 318,322 ****
      def unregister_protocol(self, _object=None, _attributes={}, **_arguments):
          """unregister protocol: reverses the effects of \xd2register protocol\xd3
!         Required argument: Application sig. 
          Keyword argument for_protocol: protocol prefix. If none, unregister for all protocols
          Keyword argument _attributes: AppleEvent attribute dictionary
--- 318,322 ----
      def unregister_protocol(self, _object=None, _attributes={}, **_arguments):
          """unregister protocol: reverses the effects of \xd2register protocol\xd3
!         Required argument: Application sig.
          Keyword argument for_protocol: protocol prefix. If none, unregister for all protocols
          Keyword argument _attributes: AppleEvent attribute dictionary



More information about the Python-checkins mailing list