🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 23:21:22 | PHP 8.2.33
📂
/ (Root)
/
opt
/
alt
/
python34
/
lib
/
python3.4
/
site-packages
/
setuptools
📍 /opt/alt/python34/lib/python3.4/site-packages/setuptools
🔄 Refresh
✏️
Editing: py27compat.py
Read Only
""" Compatibility Support for Python 2.7 and earlier """ import sys def get_all_headers(message, key): """ Given an HTTPMessage, return all headers matching a given key. """ return message.get_all(key) if sys.version_info < (3,): def get_all_headers(message, key): return message.getheaders(key)
💾 Save Changes
❌ Cancel