sorting strings written to files

onefatman member27857 at dbforums.com
Wed Apr 9 21:47:06 EDT 2003


They're strings separated by \n so list.sort doesn't work on them. and
when i add a new entry, all i'm doing is opening the file in "a" mode
and adding one to the end so i cant manually sort them.

--
Posted via http://dbforums.com




More information about the Python-list mailing list