Lichen

Change of lib/__builtins__/identity.py

355:56863815fe7b
lib/__builtins__/identity.py
     1.1 --- a/lib/__builtins__/identity.py	Fri Dec 09 16:22:37 2016 +0100
     1.2 +++ b/lib/__builtins__/identity.py	Fri Dec 09 16:26:50 2016 +0100
     1.3 @@ -30,12 +30,6 @@
     1.4  
     1.5      pass
     1.6  
     1.7 -def help(*args):
     1.8 -
     1.9 -    # NOTE: This should show any docstring, but it is currently unsupported.
    1.10 -
    1.11 -    pass
    1.12 -
    1.13  def id(obj):
    1.14  
    1.15      # NOTE: This should show an object's address, but it is currently