1. 31 Mar, 2000 39 kayıt (commit)
  2. 30 Mar, 2000 1 kayıt (commit)
    • Jeremy Hylton's avatar
      Two fixes for extended call syntax: · 074c3e62
      Jeremy Hylton yazdı
      If a non-tuple sequence is passed as the *arg, convert it to a tuple
      before checking its length.
      If named keyword arguments are used in combination with **kwargs, make
      a copy of kwargs before inserting the new keys.
      074c3e62