mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	update docstring for win_getpass to reflect code changes (GH-24967)
				
					
				
			The code was updated in0ec88b33d0but the docstring was left untouched. => updated the docstring to reflect the code changes (cherry picked from commitd4222ea6b0) Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
This commit is contained in:
		
							parent
							
								
									e733e9951d
								
							
						
					
					
						commit
						7ec94cdd1f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -95,7 +95,7 @@ def unix_getpass(prompt='Password: ', stream=None): | |||
| 
 | ||||
| 
 | ||||
| def win_getpass(prompt='Password: ', stream=None): | ||||
|     """Prompt for password with echo off, using Windows getch().""" | ||||
|     """Prompt for password with echo off, using Windows getwch().""" | ||||
|     if sys.stdin is not sys.__stdin__: | ||||
|         return fallback_getpass(prompt, stream) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Miss Islington (bot)
						Miss Islington (bot)