mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Whitespace normalization.
This commit is contained in:
		
							parent
							
								
									8a7d2d5cb1
								
							
						
					
					
						commit
						dfb673b457
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -112,9 +112,9 @@ def __init__(self, host, port=NNTP_PORT, user=None, password=None, | |||
|         self.file = self.sock.makefile('rb') | ||||
|         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  | ||||
|         # 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 | ||||
|         # error, try again after sending authinfo. | ||||
|  | @ -147,7 +147,7 @@ def __init__(self, host, port=NNTP_PORT, user=None, password=None, | |||
|                 except NNTPPermanentError: | ||||
|                     # error 500, probably 'not implemented' | ||||
|                     pass | ||||
|              | ||||
| 
 | ||||
| 
 | ||||
|     # Get the welcome message from the server | ||||
|     # (this is read and squirreled away by __init__()). | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Peters
						Tim Peters