{
    "mode": "pydoc",
    "parameter": "_aix_support",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/pydoc/_aix_support/json",
    "generated": "2026-06-02T15:07:43Z",
    "sections": {
        "NAME": {
            "content": "aixsupport - Shared AIX support functions.\n",
            "subsections": []
        },
        "MODULE REFERENCE": {
            "content": "https://docs.python.org/3.10/library/aixsupport.html\n\nThe following documentation is automatically generated from the Python\nsource files.  It may be incomplete, incorrect or include features that\nare considered implementation detail and may vary between Python\nimplementations.  When in doubt, consult the module reference at the\nlocation listed above.\n",
            "subsections": []
        },
        "FUNCTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "aix_buildtag",
                    "content": "Return the platformtag of the system Python was built on.\n"
                },
                {
                    "name": "aix_platform",
                    "content": "AIX filesets are identified by four decimal values: V.R.M.F.\nV (version) and R (release) can be retreived using ``uname``\nSince 2007, starting with AIX 5.3 TL7, the M value has been\nincluded with the fileset bos.mp64 and represents the Technology\nLevel (TL) of AIX. The F (Fix) value also increases, but is not\nrelevant for comparing releases and binary compatibility.\nFor binary compatibility the so-called builddate is needed.\nAgain, the builddate of an AIX release is associated with bos.mp64.\nAIX ABI compatibility is described  as guaranteed at: https://www.ibm.com/    support/knowledgecenter/en/sswaix72/install/binarycompatability.html\n\nFor pep425 purposes the AIX platform tag becomes:\n\"aix-{:1x}{:1d}{:02d}-{:04d}-{}\".format(v, r, tl, builddate, bitsize)\ne.g., \"aix-6107-1415-32\" for AIX 6.1 TL7 bd 1415, 32-bit\nand, \"aix-6107-1415-64\" for AIX 6.1 TL7 bd 1415, 64-bit\n"
                }
            ]
        },
        "FILE": {
            "content": "/usr/lib/python3.10/aixsupport.py\n\n",
            "subsections": []
        }
    },
    "summary": "aixsupport - Shared AIX support functions.",
    "flags": [],
    "examples": [],
    "see_also": []
}