Lichen

Change of lib/__builtins__/identity.py

254:165f86113bb0
lib/__builtins__/identity.py
     1.1 --- a/lib/__builtins__/identity.py	Sun Nov 27 13:50:25 2016 +0100
     1.2 +++ b/lib/__builtins__/identity.py	Sun Nov 27 13:51:38 2016 +0100
     1.3 @@ -89,7 +89,7 @@
     1.4      # Classes do not provide __repr__ directly.
     1.5  
     1.6      if isclass(obj):
     1.7 -        return "<type>"
     1.8 +        return obj,__name__
     1.9  
    1.10      # Class attributes of instances provide __repr__.
    1.11