Server IP : 15.235.198.142 / Your IP : 216.73.216.114 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /snap/certbot/current/lib64/python3.12/site-packages/requests/__pycache__/ |
Upload File : |
� N�g# � � � d Z ddlZddlZddlZddlZddlZddlZddlmZ ddl Z ddlZ ddl mZ ddlZddlZd� Zd� Zd� Zed k( r e� yy# e$ r dZ Y �4w xY w# e$ r dZY �<w xY w# e$ r dZdZdZY �>w xY w) z'Module containing bug report helper(s).� N� )�__version__)� pyopensslc �& � t j � } | dk( rt j � }n�| dk( r�dj t j j t j j t j j � }t j j dk7 rbdj |t j j g� }n6| dk( rt j � }n| dk( rt j � }nd}| |d �S ) a� Return a dict with the Python implementation and version. Provide both the name and the version of the Python implementation currently running. For example, on CPython 3.10.3 it will return {'name': 'CPython', 'version': '3.10.3'}. This function works best on CPython and PyPy: in particular, it probably doesn't work for Jython or IronPython. Future investigation should be done to work out the correct shape of the code for those platforms. �CPython�PyPyz{}.{}.{}�final� �Jython� IronPython�Unknown)�name�version)�platform�python_implementation�python_version�format�sys�pypy_version_info�major�minor�micro�releaselevel�join)�implementation�implementation_versions �}/build/snapcraft-certbot-2c33630aaf29c47357e5a1683f659d3d/parts/certbot/install/lib/python3.12/site-packages/requests/help.py�_implementationr "