diff options
author | Guido van Rossum <guido@python.org> | 2008-12-02 22:34:15 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2008-12-02 22:34:15 (GMT) |
commit | 715287f12f39a5ea610dbe59f9aea59b9e526bcc (patch) | |
tree | 50be93bc69155589e4f5ef6442e6001bef4315f7 /Doc/howto | |
parent | f5b64116cc85d82df021aa30bbd63f9823b0efeb (diff) | |
download | cpython-715287f12f39a5ea610dbe59f9aea59b9e526bcc.zip cpython-715287f12f39a5ea610dbe59f9aea59b9e526bcc.tar.gz cpython-715287f12f39a5ea610dbe59f9aea59b9e526bcc.tar.bz2 |
Another checkpoint. More XXXes added...
Also add some labels to 2.6.rst and howto/unicode.rst so I can refer
to them. (Somehow a label named 'module-contextlib' couldn't be
referenced -- why???)
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/unicode.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 219bbfe..a01d723 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -1,3 +1,5 @@ +.. _unicode-howto: + ***************** Unicode HOWTO ***************** |