I am using version 1.19.0 that is packaged with Ubuntu lunar.
I intend to use the same format string for formatting and for parsing strings that are made of a group of hexadecimal numbers of known fixed length. But I noticed that while length field works for 'd' format character, it does not seem to work correctly with 'x' format character:
I am using version 1.19.0 that is packaged with Ubuntu lunar.
I intend to use the same format string for formatting and for parsing strings that are made of a group of hexadecimal numbers of known fixed length. But I noticed that while length field works for 'd' format character, it does not seem to work correctly with 'x' format character:
I think that this is a bug?...