[issue39346] gzip module only supports half of possible read/write scenarios

2020-01-15 Thread Drew DeVault
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

[issue39346] gzip module only supports half of possible read/write scenarios

2020-01-15 Thread Drew DeVault
Change by Drew DeVault : -- type: -> enhancement ___ Python tracker <https://bugs.python.org/issue39346> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue39119] email/_header_value_parser.py:parse_message_id: UnblondLocalError

2019-12-30 Thread Drew DeVault
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/issue39

[issue39119] email/_header_value_parser.py:parse_message_id: UnblondLocalError

2019-12-22 Thread Drew DeVault
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