Errors in python\3.8.3\Lib\nntplib.py

G Connor neothreeeight at hotmail.com
Wed Apr 29 18:58:23 EDT 2020


On 4/29/2020 5:29 PM, Chris Angelico wrote:


> Try opening the file in binary mode instead.


Changed:  f = open(postfile,'r')        to     :  f = open(postfile,'rb')
and it worked.

Thanks man!







More information about the Python-list mailing list