[issue7380] uuid.UUID.bytes gives a bytearray() instead of bytes

flox report at bugs.python.org
Mon Nov 23 13:47:18 CET 2009


flox <laxyf at yahoo.fr> added the comment:

Attached patch gives coherence:
 * both UUID.bytes and UUID.bytes_le return a "bytes" object
 * the random tests are explicitly skipped

Then the documentation needs fixing, too.

----------
keywords: +patch
Added file: http://bugs.python.org/file15385/issue7380_uuid.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7380>
_______________________________________


More information about the Python-bugs-list mailing list