This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年01月16日 12:50 by Ramchandra Apte, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (7) | |||
|---|---|---|---|
| msg151354 - (view) | Author: Ramchandra Apte (Ramchandra Apte) * | Date: 2012年01月16日 12:50 | |
"base 16" should be "hexadecimal" in the Unicode HOWTO in both Python 2 and 3 docs. |
|||
| msg151437 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2012年01月17日 10:00 | |
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"? |
|||
| msg163893 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年06月25日 05:14 | |
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? |
|||
| msg163912 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2012年06月25日 08:14 | |
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'. |
|||
| msg163914 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2012年06月25日 08:17 | |
±0 from me. |
|||
| msg163917 - (view) | Author: Mark Dickinson (mark.dickinson) * (Python committer) | Date: 2012年06月25日 08:51 | |
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 :-) |
|||
| msg168636 - (view) | Author: Sandro Tosi (sandro.tosi) * (Python committer) | Date: 2012年08月20日 08:36 | |
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 -> closed resolution: rejected stage: resolved |
| 2012年08月20日 08:36:28 | sandro.tosi | set | messages: + msg168636 |
| 2012年06月25日 08:51:50 | mark.dickinson | set | nosy:
+ mark.dickinson messages: + msg163917 |
| 2012年06月25日 08:17:39 | georg.brandl | set | nosy:
+ georg.brandl messages: + msg163914 |
| 2012年06月25日 08:14:30 | terry.reedy | set | messages: + msg163912 |
| 2012年06月25日 05:14:38 | eric.araujo | set | nosy:
+ sandro.tosi messages: + msg163893 |
| 2012年02月03日 14:13:23 | eric.araujo | set | nosy:
+ eric.araujo |
| 2012年01月21日 02:34:10 | terry.reedy | set | nosy:
+ terry.reedy |
| 2012年01月17日 10:00:56 | ezio.melotti | set | versions:
- Python 2.6, Python 3.1 nosy: + ezio.melotti messages: + msg151437 assignee: docs@python -> ezio.melotti |
| 2012年01月16日 12:50:45 | Ramchandra Apte | create | |