3.0

2007-09-01T10:16:47Z
Dave Pawson.  link
Home

3.0

3.0

Sam Ruby points out (on his blog) that Python 3.0a is out! His example sums it up.

$ python3.0
Python 3.0a1 (py3k, Aug 31 2007, 21:24:31) 
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> print(len('Iñtërnâtiônàlizætiøn'))
20
>>>

:-)

Even down to the grin. Silly in my case.

Which reminds me. This blog uses xml generation in the Python. I need to get to grips with Amara to update it.

Keywords: python

Comments (View)

Return to main index