Re: [Python-Dev] [RELEASED] Python 3.1 final

2009-06-28 Thread Georg Brandl
Benjamin Peterson schrieb: > On behalf of the Python development team, I'm thrilled to announce the first > production release of Python 3.1. Congrats! Georg -- Thus spake the Lord: Thou shalt indent with four spaces. No more, no less. Four shall be the number of spaces thou shalt indent, and t

Re: [Python-Dev] [RELEASED] Python 3.1 final

2009-06-27 Thread Nick Coghlan
Benjamin Peterson wrote: > On behalf of the Python development team, I'm thrilled to announce the first > production release of Python 3.1. Excellent news! Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia --

Re: [Python-Dev] [RELEASED] Python 3.1 final

2009-06-27 Thread Arc Riley
On Sat, Jun 27, 2009 at 6:59 PM, Christian Heimes wrote: > > Gratulations! You did a fantastic job! :) +1 ! ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailm

Re: [Python-Dev] [RELEASED] Python 3.1 final

2009-06-27 Thread Christian Heimes
Benjamin Peterson schrieb: > On behalf of the Python development team, I'm thrilled to announce the first > production release of Python 3.1. Gratulations! You did a fantastic job! :) Christian PS: I hope that I'm able to spare more of my work time on the development of Python 3.2 ... __

Re: [Python-Dev] [RELEASED] Python 3.1 final

2009-06-27 Thread Raymond Hettinger
On behalf of the Python development team, I'm thrilled to announce the first production release of Python 3.1. Sweet! Raymond ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http:/

[Python-Dev] [RELEASED] Python 3.1 final

2009-06-27 Thread Benjamin Peterson
On behalf of the Python development team, I'm thrilled to announce the first production release of Python 3.1. Python 3.1 focuses on the stabilization and optimization of the features and changes that Python 3.0 introduced. For example, the new I/O system has been rewritten in C for speed. File