• Guido van Rossum's avatar
    * classobject.c: in instance_getattr, don't make a method out of a · eb6b33a8
    Guido van Rossum yazdı
      function found as instance data.
    * socketmodule.c: added 'flags' argument sendto/recvfrom, rewrite
      argument parsing in send/recv.
    * More changes related to access (terminology change: owner instead of
      class; allow any object as owner; local/global variables are owned
      by their dictionary, only class/instance data is owned by the class;
      "from...import *" now only imports objects with public access; etc.)
    eb6b33a8
classobject.c 23.5 KB