mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Merged revisions 79529 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
This commit is contained in:
		
							parent
							
								
									8f8db14bb0
								
							
						
					
					
						commit
						fd2bfb02db
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -350,7 +350,7 @@ class Doc:
 | 
			
		|||
                                 '_thread', 'zipimport') or
 | 
			
		||||
             (file.startswith(basedir) and
 | 
			
		||||
              not file.startswith(os.path.join(basedir, 'site-packages')))) and
 | 
			
		||||
            object.__name__ not in ('xml.etree')):
 | 
			
		||||
            object.__name__ != 'xml.etree'):
 | 
			
		||||
            if docloc.startswith("http://"):
 | 
			
		||||
                docloc = "%s/%s" % (docloc.rstrip("/"), object.__name__)
 | 
			
		||||
            else:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue