Re: PyCon Ireland 2012 - Tickets on Sale / Call for Papers

2012-06-28 Thread Vicky Twomey-Lee
Hi All, Just to let you know that the Early Bird ends this week. Call for papers is still open. For more details, see http://python.ie/pycon/2012/. Thanks, /// Vicky (PyCon Ireland 2012) ~ ~~ http://irishbornchinese.com ~~ ~~ http://www.python.ie ~~ ~

[RELEASED] Python 3.3.0 beta 1

2012-06-28 Thread Georg Brandl
On behalf of the Python development team, I'm happy to announce the first beta release of Python 3.3.0. This is a preview release, and its use is not recommended in production settings. Python 3.3 includes a range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x.

ANN: psutil 0.5.0 released

2012-06-28 Thread Giampaolo RodolĂ 
Hi folks, I'm pleased to announce the 0.5.0 release of psutil: http://code.google.com/p/psutil/ === Major new features === - system users - (Linux, Windows) process CPU affinity (get and set) - (POSIX) process number of opened file descriptors. - (Windows) process number of opened handles. - psut