diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-04-21 12:57:58 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-04-21 12:57:58 (GMT) |
commit | 3a7b58e9ad47debc9c49bd7319e42fe04ea5446d (patch) | |
tree | ad49894fee56525fbe32ca44117bf2c585338c17 /Doc | |
parent | b0a1e6b735952141bdf6cd3e09fe8b4f924e89b1 (diff) | |
download | cpython-3a7b58e9ad47debc9c49bd7319e42fe04ea5446d.zip cpython-3a7b58e9ad47debc9c49bd7319e42fe04ea5446d.tar.gz cpython-3a7b58e9ad47debc9c49bd7319e42fe04ea5446d.tar.bz2 |
Add TODO item
Diffstat (limited to 'Doc')
-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: |