Staging
v0.5.1
https://github.com/python/cpython
Revision eb6b33a837a180221b635331e005f990024bdb30 authored by Guido van Rossum on 25 May 1993, 09:38:27 UTC, committed by Guido van Rossum on 25 May 1993, 09:38:27 UTC
  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.)
1 parent 23301a9
History
Tip revision: eb6b33a837a180221b635331e005f990024bdb30 authored by Guido van Rossum on 25 May 1993, 09:38:27 UTC
* classobject.c: in instance_getattr, don't make a method out of a
Tip revision: eb6b33a

back to top