Open aazz0099a opened 4 years ago
Just tested with latest 4.x and seems to be working. @dalthviz or @impact27 did you fix this already :-p ?
Ok, I tested on Mac only. @dalthviz could you test on windowS?
create an obj, type = bytes
Please post the code you used to create the object you're trying to copy. We need that to reproduce this error in our side.
@goanpeca I tested but I'm unable to trigger an error. Probably as @ccordoba12 asked we need @aazz0099a to give the code to create the object he is trying to copy.
sorry for the late reply guys. i cannot recall really clearly what i was doing at that time but i found my script.
''''''''''''''''''''''' mail = imaplib.IMAP4_SSL('imap.gmail.com') mail.login(ac, pw) mail.select('inbox') email_list = mail.uid('search', None, 'ALL') email_content = mail.uid('fetch', '1', '(RFC822)') raw_message = codecs.decode(email_content[1][0][1], encoding='utf-8', errors='strict')
It seems i was retrieving some data from my mailbox and i guess the bug happened when i was trying to copy the byte message from Spyder. Hope this would help you guys :) @dalthviz @goanpeca @ccordoba12
Thanks for the info @aazz0099a !
Description
What steps will reproduce the problem?
Traceback
Versions
Dependencies