Changing strings in files
Cameron Simpson
cs at cskk.id.au
Tue Nov 10 17:56:31 EST 2020
On 11Nov2020 07:30, Chris Angelico <rosuav at gmail.com> wrote:
>If the script's assuming it'll mostly work on small text files, it
>might be very annoying to suddenly read in a 4GB blob of video file
>just to find out that it's not text.
You can abort as soon as the decode fails. Which will usually be pretty
early for video.
Cheers,
Cameron Simpson <cs at cskk.id.au>
More information about the Python-list
mailing list