classification
Title: Base 16 should be hexadecimal in Unicode HOWTO
Type: enhancement Stage:
Components: Documentation Versions: Python 3.3, Python 3.2, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: docs@python, eric.araujo, ezio.melotti, ramchandra.apte, terry.reedy
Priority: normal Keywords:

Created on 2012-01-16 12:50 by ramchandra.apte, last changed 2012-02-03 14:13 by eric.araujo.

Messages (2)
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"?
History
Date User Action Args
2012-02-03 14:13:23eric.araujosetnosy: + eric.araujo
2012-01-21 02:34:10terry.reedysetnosy: + terry.reedy
2012-01-17 10:00:56ezio.melottisetversions: - Python 2.6, Python 3.1
nosy: + ezio.melotti

messages: + msg151437

assignee: docs@python -> ezio.melotti
2012-01-16 12:50:45ramchandra.aptecreate