mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	Delete some debugging print statements.
This commit is contained in:
		
							parent
							
								
									e9613ae05f
								
							
						
					
					
						commit
						7aff6f34fe
					
				
					 2 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -32,11 +32,9 @@ def initialize_options (self):
 | 
			
		|||
        self.force = None
 | 
			
		||||
 | 
			
		||||
    def finalize_options (self):
 | 
			
		||||
        print "build_py.finalize: force=%s" % self.force
 | 
			
		||||
        self.set_undefined_options ('build',
 | 
			
		||||
                                    ('build_lib', 'build_lib'),
 | 
			
		||||
                                    ('force', 'force'))
 | 
			
		||||
        print "build_py.finalize: force=%s" % self.force
 | 
			
		||||
 | 
			
		||||
        # Get the distribution options that are aliases for build_py
 | 
			
		||||
        # options -- list of packages and list of modules.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue