mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Merged revisions 78364 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78364 | tarek.ziade | 2010-02-23 00:36:41 -0500 (Tue, 23 Feb 2010) | 1 line completed the __all__ list and changed the module doctest ........
This commit is contained in:
		
							parent
							
								
									396fad7a47
								
							
						
					
					
						commit
						c339978b1b
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		|  | @ -1,4 +1,4 @@ | ||||||
| """Utility functions for copying files and directory trees. | """Utility functions for copying and archiving files and directory trees. | ||||||
| 
 | 
 | ||||||
| XXX The functions here don't copy the resource fork or other metadata on Mac. | XXX The functions here don't copy the resource fork or other metadata on Mac. | ||||||
| 
 | 
 | ||||||
|  | @ -22,9 +22,10 @@ | ||||||
| except ImportError: | except ImportError: | ||||||
|     getgrnam = None |     getgrnam = None | ||||||
| 
 | 
 | ||||||
| __all__ = ["copyfileobj","copyfile","copymode","copystat","copy","copy2", | __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2", | ||||||
|            "copytree","move","rmtree","Error", "SpecialFileError", |            "copytree", "move", "rmtree", "Error", "SpecialFileError", | ||||||
|            "ExecError","make_archive"] |            "ExecError", "make_archive", "get_archive_formats", | ||||||
|  |            "register_archive_format", "unregister_archive_format"] | ||||||
| 
 | 
 | ||||||
| class Error(EnvironmentError): | class Error(EnvironmentError): | ||||||
|     pass |     pass | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tarek Ziadé
						Tarek Ziadé