Re: [Python-Dev] Upcoming 2.5.2 release

2008-02-01 Thread Jaroslav Pachola
get the problem fixed in 2.5.2.? Regards, Jaroslav Pachola ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

[Python-Dev] Fix of urgent exception pickling issue in Python 2.5.2, help needed

2008-02-03 Thread Jaroslav Pachola
, but still it seems necessary that another experienced developer reviews the patch so the issue can be resolved and closed. The issue prevents some existing projects to move to Python 2.5, please help. Regards, Jaroslav Pachola ___ Python-Dev mailing

Re: [Python-Dev] Warnings

2009-02-05 Thread Jaroslav Pachola
Hello, Dne Thursday 05 February 2009 Antoine Pitrou napsal(a): > Hello, > > > I agree. The best thing to do would be to deprecate the Python wrappers > > around insecure C functions and then remove them after a couple releases. > > They have been removed in 3.0. What's the replacement in the lib