[Python-checkins] python/dist/src/Lib/plat-mac pimp.py,1.5,1.6

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Mon, 10 Feb 2003 08:08:20 -0800


Update of /cvsroot/python/python/dist/src/Lib/plat-mac
In directory sc8-pr-cvs1:/tmp/cvs-serv9623

Modified Files:
	pimp.py 
Log Message:
Punctuation fixes in docstrings.


Index: pimp.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/pimp.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pimp.py	10 Feb 2003 15:55:51 -0000	1.5
--- pimp.py	10 Feb 2003 16:08:17 -0000	1.6
***************
*** 44,48 ****
  
  class MyURLopener(urllib.FancyURLopener):
! 	"""Like FancyURLOpener, but we do want to get errors as exceptions"""
  	def http_error_default(self, url, fp, errcode, errmsg, headers):
  		urllib.URLopener.http_error_default(self, url, fp, errcode, errmsg, headers)
--- 44,48 ----
  
  class MyURLopener(urllib.FancyURLopener):
! 	"""Like FancyURLOpener, but we do want to get errors as exceptions."""
  	def http_error_default(self, url, fp, errcode, errmsg, headers):
  		urllib.URLopener.http_error_default(self, url, fp, errcode, errmsg, headers)
***************
*** 50,54 ****
  class PimpPreferences:
  	"""Container for per-user preferences, such as the database to use
! 	and where to install packages"""
  	
  	def __init__(self, 
--- 50,54 ----
  class PimpPreferences:
  	"""Container for per-user preferences, such as the database to use
! 	and where to install packages."""
  	
  	def __init__(self, 
***************
*** 120,124 ****
  	information from multiple databases through inclusion, but the
  	toplevel database is considered the master, as its maintainer is
! 	"responsible" for the contents"""
  	
  	def __init__(self, prefs):
--- 120,124 ----
  	information from multiple databases through inclusion, but the
  	toplevel database is considered the master, as its maintainer is
! 	"responsible" for the contents."""
  	
  	def __init__(self, prefs):