[Python-Dev] When to use EOFError?
Serhiy Storchaka
storchaka at gmail.com
Sat Jun 25 17:21:36 EDT 2016
More information about the Python-Dev mailing list
Sat Jun 25 17:21:36 EDT 2016
- Previous message (by thread): [Python-Dev] When to use EOFError?
- Next message (by thread): [Python-Dev] When to use EOFError?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 22.06.16 00:17, Victor Stinner wrote: > When loading truncated data with pickle, I expect a pickle error, not a > generic ValueError nor EOFError. Many modules raise EOFError when read truncated data.
- Previous message (by thread): [Python-Dev] When to use EOFError?
- Next message (by thread): [Python-Dev] When to use EOFError?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list