mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)
(cherry picked from commit 99b594404d)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
			
			
This commit is contained in:
		
							parent
							
								
									ed4614386f
								
							
						
					
					
						commit
						9b34f34aa9
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -42,7 +42,8 @@ Options and arguments (and corresponding environment variables):\n\ | |||
|          and comparing bytes/bytearray with str. (-bb: issue errors)\n\ | ||||
| -B     : don't write .pyc files on import; also PYTHONDONTWRITEBYTECODE=x\n\ | ||||
| -c cmd : program passed in as string (terminates option list)\n\ | ||||
| -d     : debug output from parser; also PYTHONDEBUG=x\n\ | ||||
| -d     : turn on parser debugging output (for experts only, only works on\n\ | ||||
|          debug builds); also PYTHONDEBUG=x\n\ | ||||
| -E     : ignore PYTHON* environment variables (such as PYTHONPATH)\n\ | ||||
| -h     : print this help message and exit (also --help)\n\ | ||||
| "; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Miss Islington (bot)
						Miss Islington (bot)