Re: Different class 'str' between v3.

2011-09-16 Thread Vincent Vande Vyvre
Le 17/09/11 05:28, Vincent Vande Vyvre a écrit : Le 17/09/11 01:28, Ian Kelly a écrit : On Fri, Sep 16, 2011 at 7:52 AM, Vincent Vande Vyvre wrote: [vincent@myhost ~]$ python string_2.py Python version:  3.2.2 Linux-3.0-ARCH-

Re: Different class 'str' between v3.

2011-09-16 Thread Vincent Vande Vyvre
Le 17/09/11 01:28, Ian Kelly a écrit : On Fri, Sep 16, 2011 at 7:52 AM, Vincent Vande Vyvre wrote: [vincent@myhost ~]$ python string_2.py Python version:  3.2.2 Linux-3.0-ARCH-x86_64-Pentium-R-_Dual-Core_CPU_T4500_@_2.30GHz-with-glibc2.2.5 Path: /home/vince

Re: Different class 'str' between v3.

2011-09-16 Thread Ian Kelly
On Fri, Sep 16, 2011 at 7:52 AM, Vincent Vande Vyvre wrote: > [vincent@myhost ~]$ python string_2.py > > Python version:  3.2.2 > Linux-3.0-ARCH-x86_64-Pentium-R-_Dual-Core_CPU_T4500_@_2.30GHz-with-glibc2.2.5 > > Path: /home/vincent/image.jpg, Type: > File exists > Traceback (most recent call las

Re: Different class 'str' between v3.

2011-09-16 Thread Terry Reedy
On 9/16/2011 9:52 AM, Vincent Vande Vyvre wrote: Testing the following code, I've differend return with python 3.1.2 and 3.2.2 running on two different machines with two different versions of Linux. I get # -*- coding: utf-8 -*- import os import sys import platform print('\nPython version:

Different class 'str' between v3.

2011-09-16 Thread Vincent Vande Vyvre
Testing the following code, I've differend return with python 3.1.2 and 3.2.2 --- # -*- coding: utf-8 -*- import os import sys import platform print('\nPython version: ', sys.version.split()[0])