[Python-Dev] PEP 278 - finished? (original) (raw)
Gustavo Niemeyer niemeyer@conectiva.com
Thu, 11 Apr 2002 16:56:35 -0300
- Previous message: [Python-Dev] PEP 278 - finished?
- Next message: [Python-Dev] PEP 278 - finished?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Gordon!
How can you reliably update a file if there's no obvious mapping between file position and character position?
If you're updating a text file, the relation is probably about line position, not file position. AFAICS, this would only be a problem if one wanted to insert something between CR and LF .
-- Gustavo Niemeyer
[ 2AAC 7928 0FBF 0299 5EB5 60E2 2253 B29A 6664 3A0C ]
- Previous message: [Python-Dev] PEP 278 - finished?
- Next message: [Python-Dev] PEP 278 - finished?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]