[Patches] Adding sip to urlparse

Pekka Pessi Pekka.Pessi@nokia.com
Tue, 20 Jun 2000 20:45:06 +0300 (EEST)


--3cTL+Wu/Kg
Content-Type: text/plain; charset=us-ascii
Content-Description: message body text
Content-Transfer-Encoding: 7bit


*** urlparse.py	Fri Apr 14 17:02:31 2000
--- urlparse2.py	Tue Jun 20 20:43:02 2000
***************
*** 17,30 ****
  	       'https', 'shttp', 'snews',
  	       'prospero', '']
  non_hierarchical = ['gopher', 'hdl', 'mailto', 'news', 'telnet', 'wais',
! 		    'snews',
  		    ]
  uses_params = ['ftp', 'hdl', 'prospero', 'http',
! 	       'https', 'shttp',
  	       '']
  uses_query = ['http', 'wais',
  	      'https', 'shttp',
! 	      'gopher',
  	      '']
  uses_fragment = ['ftp', 'hdl', 'http', 'gopher', 'news', 'nntp', 'wais',
  		 'https', 'shttp', 'snews',
--- 17,30 ----
  	       'https', 'shttp', 'snews',
  	       'prospero', '']
  non_hierarchical = ['gopher', 'hdl', 'mailto', 'news', 'telnet', 'wais',
! 		    'snews', 'sip'
  		    ]
  uses_params = ['ftp', 'hdl', 'prospero', 'http',
! 	       'https', 'shttp', 'sip',
  	       '']
  uses_query = ['http', 'wais',
  	      'https', 'shttp',
! 	      'gopher', 'sip',
  	      '']
  uses_fragment = ['ftp', 'hdl', 'http', 'gopher', 'news', 'nntp', 'wais',
  		 'https', 'shttp', 'snews',


--3cTL+Wu/Kg
Content-Type: text/plain
Content-Disposition: inline;
	filename="stddisclaimer.py"
Content-Transfer-Encoding: 7bit

I confirm that, to the best of my knowledge and belief, this
contribution is free of any claims of third parties under
copyright, patent or other rights or interests ("claims").  To
the extent that I have any such claims, I hereby grant to CNRI a
nonexclusive, irrevocable, royalty-free, worldwide license to
reproduce, distribute, perform and/or display publicly, prepare
derivative versions, and otherwise use this contribution as part
of the Python software and its related documentation, or any
derivative versions thereof, at no cost to CNRI or its licensed
users, and to authorize others to do so.

I acknowledge that CNRI may, at its sole discretion, decide
whether or not to incorporate this contribution in the Python
software and its related documentation.  I further grant CNRI
permission to use my name and other identifying information
provided to CNRI by me for use in connection with the Python
software and its related documentation.

--3cTL+Wu/Kg--