• Guido van Rossum's avatar
    - When method objects have an attribute that can be satisfied either · baf0f8f2
    Guido van Rossum yazdı
      by the function object or by the method object, the function
      object's attribute usually wins.  Christian Tismer pointed out that
      that this is really a mistake, because this only happens for special
      methods (like __reduce__) where the method object's version is
      really more appropriate than the function's attribute.  So from now
      on, all method attributes will have precedence over function
      attributes with the same name.
    baf0f8f2
Adı
Son kayıt (commit)
Son güncelleme
..
RPM Loading commit data...
ACKS Loading commit data...
AIX-NOTES Loading commit data...
BeOS-NOTES Loading commit data...
BeOS-setup.py Loading commit data...
HISTORY Loading commit data...
NEWS Loading commit data...
NEWS.help Loading commit data...
PURIFY.README Loading commit data...
Porting Loading commit data...
README Loading commit data...
RFD Loading commit data...
SpecialBuilds.txt Loading commit data...
cheatsheet Loading commit data...
find_recursionlimit.py Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
pymemcompat.h Loading commit data...
python-mode.el Loading commit data...
python.man Loading commit data...
setuid-prog.c Loading commit data...
vgrindefs Loading commit data...