module documentation

Module containing bug report helper(s).
Variable chardet Undocumented
Variable charset​_normalizer Undocumented
Variable cryptography Undocumented
Variable ​Open​SSL Undocumented
Variable pyopenssl Undocumented
Function ​_implementation Return a dict with the Python implementation and version.
Function info Generate information for a bug report.
Function main Pretty-print the bug information as JSON.
chardet =

Undocumented

charset_normalizer =

Undocumented

cryptography =

Undocumented

OpenSSL =

Undocumented

pyopenssl =

Undocumented

def _implementation():

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 2.7.5 it will return {'name': 'CPython', 'version': '2.7.5'}.

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.

def info():
Generate information for a bug report.
def main():
Pretty-print the bug information as JSON.