[New-bugs-announce] [issue17001] Make uuid.UUID use functools.total_ordering

Ramchandra Apte report at bugs.python.org
Sun Jan 20 04:51:39 CET 2013


New submission from Ramchandra Apte:

This would reduce the complexity of uuid.UUID and also if the way it compares changes, one would't have to change all the compare methods.
Attached is a patch.

----------
components: Library (Lib)
files: issue.patch
keywords: patch
messages: 180275
nosy: ramchandra.apte
priority: normal
severity: normal
status: open
title: Make uuid.UUID use functools.total_ordering
versions: Python 3.4
Added file: http://bugs.python.org/file28792/issue.patch

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


More information about the New-bugs-announce mailing list