mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 10:26:02 +00:00 
			
		
		
		
	 a806608705
			
		
	
	
		a806608705
		
			
		
	
	
	
	
		
			
			The binhex module, deprecated in Python 3.9, is now removed. The following binascii functions, deprecated in Python 3.9, are now also removed: * a2b_hqx(), b2a_hqx(); * rlecode_hqx(), rledecode_hqx(). The binascii.crc_hqx() function remains available.
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			325 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			325 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| 
 | |
| .. _netdata:
 | |
| 
 | |
| **********************
 | |
| Internet Data Handling
 | |
| **********************
 | |
| 
 | |
| This chapter describes modules which support handling data formats commonly used
 | |
| on the internet.
 | |
| 
 | |
| 
 | |
| .. toctree::
 | |
| 
 | |
|    email.rst
 | |
|    json.rst
 | |
|    mailcap.rst
 | |
|    mailbox.rst
 | |
|    mimetypes.rst
 | |
|    base64.rst
 | |
|    binascii.rst
 | |
|    quopri.rst
 | |
|    uu.rst
 |