7c7b5bb Generate same API.txt under Python 2 and 3

Authored and Committed by cheimes 6 years ago
    Generate same API.txt under Python 2 and 3
    
    Use Python 3's reprlib with customizations to create same API.txt under
    Python 2 and 3. Some plugins have been slightly altered to use stable
    sorting for dynamically created parameter lists.
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+4 -4
file modified
+2 -1
file modified
+6 -3
file modified
+38 -0
file modified
+10 -9
file modified
+16 -16
file modified
+29 -25