mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	Merged revisions 81431 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81431 | georg.brandl | 2010-05-21 23:30:47 +0200 (Fr, 21 Mai 2010) | 1 line #8707: remove duplicate paragraph part. ........
This commit is contained in:
		
							parent
							
								
									14dfede13b
								
							
						
					
					
						commit
						d25a5da9f2
					
				
					 1 changed files with 3 additions and 8 deletions
				
			
		| 
						 | 
					@ -27,16 +27,11 @@ Character), EL (Erase Line), GA (Go Ahead), SB (Subnegotiation Begin).
 | 
				
			||||||
   :class:`Telnet` represents a connection to a Telnet server. The instance is
 | 
					   :class:`Telnet` represents a connection to a Telnet server. The instance is
 | 
				
			||||||
   initially not connected by default; the :meth:`open` method must be used to
 | 
					   initially not connected by default; the :meth:`open` method must be used to
 | 
				
			||||||
   establish a connection.  Alternatively, the host name and optional port
 | 
					   establish a connection.  Alternatively, the host name and optional port
 | 
				
			||||||
   and timeout can be passed to the constructor, in which case the connection to
 | 
					 | 
				
			||||||
   the server will be established before the constructor returns.  The optional
 | 
					 | 
				
			||||||
   *timeout* parameter specifies a timeout in seconds for the connection attempt (if
 | 
					 | 
				
			||||||
   not specified, the global default timeout setting will be used).
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
   number can be passed to the constructor, to, in which case the connection to
 | 
					   number can be passed to the constructor, to, in which case the connection to
 | 
				
			||||||
   the server will be established before the constructor returns.  The optional
 | 
					   the server will be established before the constructor returns.  The optional
 | 
				
			||||||
   *timeout* parameter specifies a timeout in seconds for blocking operations
 | 
					   *timeout* parameter specifies a timeout in seconds for blocking operations
 | 
				
			||||||
   like the connection attempt (if not specified, or passed as None, the global
 | 
					   like the connection attempt (if not specified, the global default timeout
 | 
				
			||||||
   default timeout setting will be used).
 | 
					   setting will be used).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   Do not reopen an already connected instance.
 | 
					   Do not reopen an already connected instance.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue