From 99994790a08e98e6602b2bcbaf8aa026f40e7bf6 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 9 Oct 2006 17:10:12 +0000 Subject: [PATCH] Add news item for rev. 52211 change --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index d729648500..9f7111fe76 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -112,6 +112,9 @@ Library - Patch #1550886: Fix decimal module context management implementation to match the localcontext() example from PEP 343. +- Bug #1545341: The 'classifier' keyword argument to the Distutils setup() + function now accepts tuples as well as lists. + - Bug #1541863: uuid.uuid1 failed to generate unique identifiers on systems with low clock resolution. -- 2.50.0