diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-17 20:14:12 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-17 20:14:12 (GMT) |
commit | 326e19700ff05b6c8e46c3977778fb5ea627af2f (patch) | |
tree | f6c9b1561fb2acf526b94e4a34e9787c6a05dcd5 /Doc | |
parent | 81f4b663b43613b05b4d15a4ea0b45f84c89b624 (diff) | |
download | cpython-326e19700ff05b6c8e46c3977778fb5ea627af2f.zip cpython-326e19700ff05b6c8e46c3977778fb5ea627af2f.tar.gz cpython-326e19700ff05b6c8e46c3977778fb5ea627af2f.tar.bz2 |
Remove Macintosh ligatures item. Solution: Update your Times fonts.
Added native package semantics note.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,6 +4,6 @@ PYTHON DOCUMENTATION TO-DO LIST * array module: methods read(), reverse(), write() of the array object. -* Fix partparse.py again, or toss it into the abyss. +* Document native package semantics. -* Figure out ligature issues for PDF on Macs. +* Fix partparse.py again, or toss it into the abyss. |