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

June Kim junaftnoon at nospamplzyahoo.com
Sun Oct 22 04:35:25 EDT 2000


Interesting... I got the similar error to the Windows
"Page blah blah" --  the "Segmentation blah blah" from UNIX System V.
This feature or bug seems quite platfrom-independent.



"June Kim" <junaftnoon at nospamplzyahoo.com> wrote in message
news:8su86i$fen$1 at news.nuri.net...
> 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