mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Merged revisions 63575 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r63575 | martin.v.loewis | 2008-05-24 11:00:04 +0200 (Sat, 24 May 2008) | 3 lines Use announce instead of print, to suppress output in the testsuite. ........
This commit is contained in:
		
							parent
							
								
									2442015af2
								
							
						
					
					
						commit
						1b466f25e1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -58,7 +58,7 @@ def _read_pypirc(self): | |||
|         """Reads the .pypirc file.""" | ||||
|         rc = self._get_rc_file() | ||||
|         if os.path.exists(rc): | ||||
|             print('Using PyPI login from %s' % rc) | ||||
|             self.announce('Using PyPI login from %s' % rc) | ||||
|             repository = self.repository or self.DEFAULT_REPOSITORY | ||||
|             realm = self.realm or self.DEFAULT_REALM | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Georg Brandl
						Georg Brandl