[issue13799] Base 16 should be hexadecimal in Unicode HOWTO

New submission from Ramchandra Apte <maniandram01@gmail.com>: "base 16" should be "hexadecimal" in the Unicode HOWTO in both Python 2 and 3 docs. ---------- assignee: docs@python components: Documentation messages: 151354 nosy: docs@python, ramchandra.apte priority: normal severity: normal status: open title: Base 16 should be hexadecimal in Unicode HOWTO type: enhancement versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13799> _______________________________________

Ezio Melotti <ezio.melotti@gmail.com> added the comment: 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"? ---------- assignee: docs@python -> ezio.melotti nosy: +ezio.melotti versions: -Python 2.6, Python 3.1 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13799> _______________________________________

Changes by Terry J. Reedy <tjreedy@udel.edu>: ---------- nosy: +terry.reedy _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13799> _______________________________________

Changes by Éric Araujo <merwok@netwok.org>: ---------- nosy: +eric.araujo _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13799> _______________________________________

Éric Araujo <merwok@netwok.org> added the comment: 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? ---------- nosy: +sandro.tosi _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13799> _______________________________________

Terry J. Reedy <tjreedy@udel.edu> added the comment: 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'. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13799> _______________________________________

Georg Brandl <georg@python.org> added the comment: ±0 from me. ---------- nosy: +georg.brandl _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13799> _______________________________________

Mark Dickinson <dickinsm@gmail.com> added the comment: 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 :-) ---------- nosy: +mark.dickinson _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13799> _______________________________________

Sandro Tosi added the comment: 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. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13799> _______________________________________

Changes by Terry J. Reedy <tjreedy@udel.edu>: ---------- resolution: -> rejected stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13799> _______________________________________
participants (7)
-
Ezio Melotti
-
Georg Brandl
-
Mark Dickinson
-
Ramchandra Apte
-
Sandro Tosi
-
Terry J. Reedy
-
Éric Araujo