bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44239: [PATCH] Python double-digit version detection broken


From: Miro Hrončok
Subject: bug#44239: [PATCH] Python double-digit version detection broken
Date: Mon, 26 Oct 2020 22:55:08 +0100

The patch is 
https://src.fedoraproject.org/fork/churchyard/rpms/automake/raw/f8af40fe1fa92a3ea0a1520a9d5f0797d0019f0f/f/automake-1.16.2-python-version-multiple-digits.patch

It includes doc update and the command line is:

$ python3.10 -c 'import sys; print("%u.%u" % sys.version_info[:2])'
3.10





reply via email to

[Prev in Thread] Current Thread [Next in Thread]