Re: [IronPython] bug with str.encode() (diff with GNU python)

2006-08-18 Thread Stanislas Pinte
hat one too :). > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stanislas Pinte > Sent: Friday, August 18, 2006 6:08 AM > To: Discussion of IronPython > Subject: Re: [IronPython] bug with str.encode() (diff with GNU python) > > mo

Re: [IronPython] bug with str.encode() (diff with GNU python)

2006-08-18 Thread Dino Viehland
o: Discussion of IronPython Subject: Re: [IronPython] bug with str.encode() (diff with GNU python) more info on what 2.4 should be: > encode( [encoding[,errors]]) > Return an encoded version of the string. Default encoding is the current > default string encoding. errors may be g

Re: [IronPython] bug with str.encode() (diff with GNU python)

2006-08-18 Thread Stanislas Pinte
more info on what 2.4 should be: > encode( [encoding[,errors]]) > Return an encoded version of the string. Default encoding is the current > default string encoding. errors may be given to set a different error > handling scheme. The default for errors is 'strict', meaning that encodin

[IronPython] bug with str.encode() (diff with GNU python)

2006-08-18 Thread Stanislas Pinte
Hello, [sim-ironpython]> python Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> "a".encode() 'a' >>> ^Z [sim-ironpython]> ironpython/ipy.exe IronPython 1.0.60816 on .NET 2.0.50727.42 Copyrigh