[issue16692] Support TLS 1.1 and TLS 1.2

2013-05-23 Thread Thom Nichols

Thom Nichols added the comment:

Is there any chance of this being backported to Python 2.7?  Given NIST's 
complete deprecation of SHA1 and TLS 1.0 by end of 2013, I imagine there are at 
least a few folks who can't upgrade to Python 3.x, but need TLS 1.2 support.  I 
think Ruby just recently implemented TLS 1.2 in 2.0, and backported it to the 
1.9.3 tree.  Thanks.

--
nosy: +Thom.Nichols

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16692
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4749] Issue with RotatingFileHandler logging handler on Windows

2012-06-22 Thread Thom Nichols

Thom Nichols tmnich...@gmail.com added the comment:

I just ran into this issue, clearly it is old and Python 2.6, but I just 
experienced it in a single-process linux app running on a production embedded 
system.  

root@at91sam9g20ek:~# python
Python 2.6.5 (r265:79063, Sep 28 2011, 11:52:59) 
[GCC 4.3.3] on linux2

The symptom is the original ValueError: I/O operation on closed file.  I see 
one log file that has reached its max size and never rolls over and as a 
result, the app is unable to log anything. 

Has anyone since experienced related issues that could exhibit this behavior?

--
nosy: +Thom.Nichols

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4749
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com