Do you mean the "base 16" in this sentence: "A code point is an integer value, usually denoted in base 16."? Why would "hexadecimal" be better than "base 16"?
I think that when I started programming I was exposed to “hexadecimal” (e.g. HTML character references can use decimal or hexadecimal numbers) before understanding the generic principle of bases for numbers, so I’m sympathetic to the request. Terry, Sandro, do you have feedback on that?
I learned about different number bases in 8th grade math class (a long time ago) and how to use base 2 to win nim. I learned 'octal' and 'hexadecimal' much later. In the absence of an official, documented vocabulary for such non-Python concepts, I think this should be closed as overly picky and based on an erroneous premise. In any case, programmers should know both terms. Anyone with a deficient math education can look up 'base 16' on Wikipedia and be redirected to hexadecimal as a synonym and read an article that is much longer than one might expect, with more detail than most would want to know. A more obscure term that one might more reasonably object to is 'radix', as in 'radix 16', as a synonym for 'base'.
I was tempted to suggest that 'hexadecimal' would be more searchable than 'base 16', but the first Google hit for 'base 16' is: en.wikipedia.org/wiki/Hexadecimal :-)
I tend to agree with Terry that this report can be closed: base 16 is quite known and it's high likely that if you know what hexadecimal is, you also aware of the concept of "base X" and viceversa. If no-one objects, I'd just close it.
History
Date
User
Action
Args
2022-04-11 14:57:25
admin
set
github: 58008
2012-08-20 21:40:58
terry.reedy
set
status: open -> closedresolution: rejectedstage: resolved