[Python-checkins] python/dist/src/Lib urllib2.py,1.33,1.34

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
2002年8月13日 06:59:58 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv24647
Modified Files:
	urllib2.py 
Log Message:
Remove ugly irregular spaces from in front of some comments.
Index: urllib2.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/urllib2.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** urllib2.py	16 Jul 2002 21:35:23 -0000	1.33
--- urllib2.py	13 Aug 2002 13:59:55 -0000	1.34
***************
*** 142,146 ****
 # do these error classes make sense?
 # make sure all of the IOError stuff is overridden. we just want to be
! # subtypes.
 
 class URLError(IOError):
--- 142,146 ----
 # do these error classes make sense?
 # make sure all of the IOError stuff is overridden. we just want to be
! # subtypes.
 
 class URLError(IOError):
***************
*** 351,357 ****
 
 # XXX probably also want an abstract factory that knows things like
! # the fact that a ProxyHandler needs to get inserted first.
 # would also know when it makes sense to skip a superclass in favor of
! # a subclass and when it might make sense to include both
 
 def build_opener(*handlers):
--- 351,357 ----
 
 # XXX probably also want an abstract factory that knows things like
! # the fact that a ProxyHandler needs to get inserted first.
 # would also know when it makes sense to skip a superclass in favor of
! # a subclass and when it might make sense to include both
 
 def build_opener(*handlers):

AltStyle によって変換されたページ (->オリジナル) /