[issue32809] Python 3.6 on Windows problem with source encoding header

2018-02-09 Thread Michal Niklas
New submission from Michal Niklas : I have strange error with source encoding header. I usually use it from template which looks like: #!/usr/bin/env python # -*- coding: utf8 -*- This works well on Linux machines with Python 2.x and 3.x, but on Windows machines it works well only with

[issue26375] Python 2.7.10 and 3.4.4 hang on imaplib.IMAP4_SSL()

2016-02-21 Thread Michal Niklas
Michal Niklas added the comment: Of course I'm not sure if it is related with RC4 removal, but I have found it in changelog for Python 2.7.10: https://hg.python.org/cpython/raw-file/15c95b7d81dc/Misc/NEWS Issue #23481: Remove RC4 from the SSL module's default c

[issue26375] New versions of Python hangs on imaplib.IMAP4_SSL()

2016-02-17 Thread Michal Niklas
New submission from Michal Niklas: I have application that import emails from client IMAP4 mailboxes on home.pl (I think it is popular provider in Poland). It worked very well up to Python 2.7.9 but with version 2.7.10 it hangs on read() in imaplib.IMAP4_SSL(). On my Fedora 23 I have Python