mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Remove Python 2.3 compatibility comment.
This commit is contained in:
		
							parent
							
								
									ecd2010951
								
							
						
					
					
						commit
						3dbc8916f5
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -42,8 +42,7 @@ | |||
|     # make a UUID from a 16-byte string | ||||
|     >>> uuid.UUID(bytes=x.bytes) | ||||
|     UUID('00010203-0405-0607-0809-0a0b0c0d0e0f') | ||||
| 
 | ||||
| This module works with Python 2.3 or higher.""" | ||||
| """ | ||||
| 
 | ||||
| __author__ = 'Ka-Ping Yee <ping@zesty.ca>' | ||||
| __date__ = '$Date: 2006/06/12 23:15:40 $'.split()[1].replace('/', '-') | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ka-Ping Yee
						Ka-Ping Yee