PyBitmessage icon indicating copy to clipboard operation
PyBitmessage copied to clipboard

Use six everywhere possible

Open kashikoibumi opened this issue 1 year ago • 0 comments

Use six everywhere possible. This patch is one of preparations to migrate to Python3.

  • use six.PY2 and six.PY3
  • use six.itervalues(), six.iteritems()
  • use six.int2byte(), six.byte2int, six.BytesIO
  • use six.assertRaisesRegex, six.assertRegex, six.assertNotRegex
  • use six.moves

kashikoibumi avatar May 26 '24 01:05 kashikoibumi