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
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
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