From dd11236db70080695a7cd6075b98ca03aa432167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Thu, 21 Sep 2017 14:14:36 +0200 Subject: bpo-5885: add Misc/NEWS entry --- Misc/NEWS.d/next/Library/2017-09-21-14-07.bpo-5885.Aquai1.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2017-09-21-14-07.bpo-5885.Aquai1.rst diff --git a/Misc/NEWS.d/next/Library/2017-09-21-14-07.bpo-5885.Aquai1.rst b/Misc/NEWS.d/next/Library/2017-09-21-14-07.bpo-5885.Aquai1.rst new file mode 100644 index 0000000..6a34a04 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-09-21-14-07.bpo-5885.Aquai1.rst @@ -0,0 +1,4 @@ +uuid_generate_time is now lazily discovered and loaded. This ensures that +libraries and programs which load uuid as (transient) dependency are not +performance-impacted, unless they actually use the function ``uuid.uuid1()`` +that needs it. Patch by Stefan Grönke & Igor Galić -- cgit v0.12