mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Merged revisions 78950 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r78950 | ezio.melotti | 2010-03-14 11:51:37 +0200 (Sun, 14 Mar 2010) | 1 line #7057: fix several errors. ........
This commit is contained in:
		
							parent
							
								
									8c8430e2af
								
							
						
					
					
						commit
						8209fcc3a9
					
				
					 6 changed files with 68 additions and 55 deletions
				
			
		|  | @ -55,7 +55,7 @@ that will serve documentation to visiting Web browsers. :program:`pydoc` | |||
| :option:`-p 1234` will start a HTTP server on port 1234, allowing you to browse | ||||
| the documentation at ``http://localhost:1234/`` in your preferred Web browser. | ||||
| :program:`pydoc` :option:`-g` will start the server and additionally bring up a | ||||
| small :mod:`Tkinter`\ -based graphical interface to help you search for | ||||
| small :mod:`tkinter`\ -based graphical interface to help you search for | ||||
| documentation pages. | ||||
| 
 | ||||
| When :program:`pydoc` generates documentation, it uses the current environment | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ezio Melotti
						Ezio Melotti