diff options
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-09-21-14-07.bpo-5885.Aquai1.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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ć |