New submission from Drew DeVault :
A gzip file can have uncompressed data written to it, writing compressed data
to the underlying file. It can also have uncompressed data read from it,
reading compressed data from the underlying file.
However, it does not support reading compressed data
Change by Drew DeVault :
--
type: -> enhancement
___
Python tracker
<https://bugs.python.org/issue39346>
___
___
Python-bugs-list mailing list
Unsubscrib
Drew DeVault added the comment:
Sorry for the delay, was travelling for the holidays. I'll check that this is
not an issue with 3.8.1. Thanks!
--
___
Python tracker
<https://bugs.python.org/is
New submission from Drew DeVault :
File "/usr/lib/python3.8/site-packages/emailthreads/threads.py", line 14, in
get_message_by_id
if msg["message-id"] == msg_id:
File "/usr/lib/python3.8/email/message.py", line 391, in __getitem__
return self.get(na