Differences between revisions 2 and 3
Revision 2 as of 2007-08-14 15:02:50
Size: 26
Editor: sprint
Comment:
Revision 3 as of 2007-08-14 15:12:58
Size: 461
Editor: sprint
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
  * ?   *atof() -> float()
  *atoi() -> int()
  *atol() -> int()
  *capitalize, expandtabs, find, rfind, rfind, index, rindex, count, lower, split, rsplit, splitfields, join, joinfields, lstrip, rstrip, strip, swapcase, translate, upper, ljust, rejust, center, zfill, replace -> methods

= builtins =
  *apply -> use * and **
  *callable
  *coerce
  *dict.has_key -> use x in dict
  *execfile
  *reduce -> moved to functools
  *reload

String module

  • atof() -> float()

  • atoi() -> int()

  • atol() -> int()

  • capitalize, expandtabs, find, rfind, rfind, index, rindex, count, lower, split, rsplit, splitfields, join, joinfields, lstrip, rstrip, strip, swapcase, translate, upper, ljust, rejust, center, zfill, replace -> methods

builtins

  • apply -> use * and **

  • callable
  • coerce
  • dict.has_key -> use x in dict

  • execfile
  • reduce -> moved to functools

  • reload

Py3kDeprecated (last edited 2019-10-27 00:00:19 by FrancesHocutt)

Unable to edit the page? See the FrontPage for instructions.