diff options
author | Ned Deily <nad@python.org> | 2018-06-09 22:19:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-09 22:19:57 (GMT) |
commit | ced0adb2638e4c02945bfa82e15595918eef74f1 (patch) | |
tree | 5373276ed1ae3aab964331ada60df7af4a030418 /Misc | |
parent | ea62ce7f4fefc66bc0adba16bcd7666d5bbd5b44 (diff) | |
download | cpython-ced0adb2638e4c02945bfa82e15595918eef74f1.zip cpython-ced0adb2638e4c02945bfa82e15595918eef74f1.tar.gz cpython-ced0adb2638e4c02945bfa82e15595918eef74f1.tar.bz2 |
bpo-32493: Correct test for uuid_enc_be availability in configure.ac. (GH-7511) (GH-7567)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-06-07-18-55-35.bpo-32493.1Bte62.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-06-07-18-55-35.bpo-32493.1Bte62.rst b/Misc/NEWS.d/next/Library/2018-06-07-18-55-35.bpo-32493.1Bte62.rst new file mode 100644 index 0000000..3d8bb3e --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-06-07-18-55-35.bpo-32493.1Bte62.rst @@ -0,0 +1,2 @@ +Correct test for ``uuid_enc_be`` availability in ``configure.ac``. +Patch by Michael Felt.
\ No newline at end of file |