RafeKettler/magicmethods

Consider documenting differences in Python 3

rhettinger opened this issue · 0 comments

Perhaps add a section on how magic methods changed in Python 3:

  • nonzero renamed to bool
  • unicode is gone
  • div is gone
  • coerce is gone
  • cmp is gone
  • Added bytes