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.

classification
Title: Wrong link to unicode database
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: emuntyan, georg.brandl, lemburg, quiver
Priority: normal Keywords:

Created on 2006-09-03 23:55 by emuntyan, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg29751 - (view) Author: Yevgen Muntyan (emuntyan) Date: 2006-09-03 23:55
http://docs.python.org/lib/module-unicodedata.html has
a link to unicode database (second paragraph). The link
there is
http://www.unicode.org/Public/UNIDATA/UnicodeData.html,
it's broken. 
The correct one is probably
http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
(there are lot of files in
http://www.unicode.org/Public/UNIDATA/)

msg29752 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2006-09-04 05:14
Logged In: YES 
user_id=671362

Given that Python 2.4 uses 3.2 database, we should link to  

 http://www.unicode.org/Public/3.2-Update/UnicodeCharacterDatabase-3.2.0.html

As for 2.5 and trunk(both using 4.1.0 database), they're
linked to
  http://www.unicode.org/Public/4.1.0/ucd/UCD.html

Any comments?
msg29753 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2006-09-04 12:30
Logged In: YES 
user_id=38388

I think the documentation should link to the new standard URL:

http://www.unicode.org/Public/UNIDATA/UCD.html

and then point out that Python 2.4 shipped with version 3.2
and Python 2.5 will ship with 4.1.
msg29754 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-09-06 05:57
Logged In: YES 
user_id=849994

The links are actually already updated in SVN.
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43936
2006-09-03 23:55:03emuntyancreate