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

June Kim junaftnoon at nospamplzyahoo.com
Sun Oct 22 04:23:30 EDT 2000


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





More information about the Python-list mailing list