diff options
author | Thomas Wouters <thomas@python.org> | 2006-04-21 16:44:05 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2006-04-21 16:44:05 (GMT) |
commit | d4ec0c3e2cbf76fe59c2f2a172fdcac09b3018ff (patch) | |
tree | cbb873ade20466ec7aef5e210428af8a6f929c37 /Doc/howto | |
parent | 13247bfc8bd35cedcb44a3a8ec9d89e7c1a9f7ef (diff) | |
download | cpython-d4ec0c3e2cbf76fe59c2f2a172fdcac09b3018ff.zip cpython-d4ec0c3e2cbf76fe59c2f2a172fdcac09b3018ff.tar.gz cpython-d4ec0c3e2cbf76fe59c2f2a172fdcac09b3018ff.tar.bz2 |
Merge with trunk up to revision 45620.
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/unicode.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index dac5c74..0946bdc 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -733,6 +733,7 @@ Version 1.02: posted August 16 2005. Corrects factual errors. .. comment Additional topic: building Python w/ UCS2 or UCS4 support .. comment Describe obscure -U switch somewhere? +.. comment Describe use of codecs.StreamRecoder and StreamReaderWriter .. comment Original outline: |