[Python-checkins] CVS: python/dist/src/Lib nntplib.py,1.23,1.24

Tim Peters tim_one@users.sourceforge.net
Mon, 15 Jan 2001 23:12:48 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv18944/python/dist/src/lib

Modified Files:
	nntplib.py 
Log Message:
Whitespace normalization.


Index: nntplib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/nntplib.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** nntplib.py	2001/01/16 06:35:14	1.23
--- nntplib.py	2001/01/16 07:12:46	1.24
***************
*** 113,119 ****
          self.debugging = 0
          self.welcome = self.getresp()
!         
          # 'mode reader' is sometimes necessary to enable 'reader' mode.
!         # However, the order in which 'mode reader' and 'authinfo' need to 
          # arrive differs between some NNTP servers. Try to send
          # 'mode reader', and if it fails with an authorization failed
--- 113,119 ----
          self.debugging = 0
          self.welcome = self.getresp()
! 
          # 'mode reader' is sometimes necessary to enable 'reader' mode.
!         # However, the order in which 'mode reader' and 'authinfo' need to
          # arrive differs between some NNTP servers. Try to send
          # 'mode reader', and if it fails with an authorization failed
***************
*** 148,152 ****
                      # error 500, probably 'not implemented'
                      pass
!             
  
      # Get the welcome message from the server
--- 148,152 ----
                      # error 500, probably 'not implemented'
                      pass
! 
  
      # Get the welcome message from the server