diff options
author | Igor Galić <igalic@brainsware.at> | 2017-09-21 12:14:36 (GMT) |
---|---|---|
committer | Igor Galić <igalic@brainsware.at> | 2017-09-22 21:55:00 (GMT) |
commit | dd11236db70080695a7cd6075b98ca03aa432167 (patch) | |
tree | 6703552481dc253e67794c45d40088fa957ffb77 | |
parent | 1eb5d208cdf20374bcad1b72632f1c01d6b1a0b3 (diff) | |
download | cpython-buildbot-custom.zip cpython-buildbot-custom.tar.gz cpython-buildbot-custom.tar.bz2 |
bpo-5885: add Misc/NEWS entrybuildbot-custom
-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ć |