Is this a bug in Python2.0 or yet another feature of Windows?

Robin Becker robin at jessikat.fsnet.co.uk
Sun Oct 22 08:34:57 EDT 2000


In article <8su86i$fen$1 at news.nuri.net>, June Kim <junaftnoon at nospamplzy
ahoo.com> writes
>With Python 2.0 Final Release,
>
>
>>>> from array import array
>>>> z=array('c','hello world')
>>>> `z`  #Note that these are back-quotes
>
>It returns a nice "python20.dll" error, whereas run on python 1.6,
>it returns what we expect, the string form of the array.
>
>- June
...
looks bad to me under win32 as well.
-- 
Robin Becker



More information about the Python-list mailing list