1. 05 Jun, 2002 1 commit
  2. 04 Jun, 2002 36 commits
  3. 03 Jun, 2002 3 commits
    • Guido van Rossum's avatar
      Address the residual issue with the fix for SF 551412 in · b65c65b3
      Guido van Rossum authored
      _PyType_Lookup().  Decided to clear the error condition in the
      unfortunate but unlikely case that PyType_Ready() fails.
      
      Will fix in 2.2.x too.
      b65c65b3
    • Guido van Rossum's avatar
    • Guido van Rossum's avatar
      Addressed SF bug 421973 (finally). · 92cf95f4
      Guido van Rossum authored
      Rewrote the subsection on coercion rules (and made it a proper
      subsection, with a label).  The new section is much less precise,
      because precise rules would be too hard to give (== I don't know what
      they are any more :-).  OTOH, the new section gives much more
      up-to-date information.
      
      Also noted that __coerce__ may return NotImplemented, with the same
      meaning as None.
      
      I beg Fred forgiveness: my use of \code{} is probably naive.  Please
      fix this and other markup nits.  An index entry would be nice.
      
      This could be a 2.2 bugfix candidate, if we bother about old docs
      (Fred?)
      92cf95f4