[Zope-dev] manage_options in 2.3

Andy McKay andym@ActiveState.com
Thu, 8 Feb 2001 11:12:26 -0800


If ActivePython is "un-normal" python, then yes "normal" python behaves like
that too. :)
--
  Andy McKay.


----- Original Message -----
From: "Chris Withers" <chrisw@nipltd.com>
To: "Andy McKay" <andym@activestate.com>; "Brian Lloyd" <brian@digicool.com>
Cc: <zope-dev@zope.org>
Sent: Thursday, February 08, 2001 11:10 AM
Subject: Re: [Zope-dev] manage_options in 2.3


> > ActivePython 2.0, build 202 (ActiveState Tool Corp.)
> > based on Python 2.0 (#8, Oct 19 2000, 11:30:05) [MSC
> > Type "copyright", "credits" or "license" for more in
> > >>> a = ('a','b','c','d')
> > >>> print type(a)
> > <type 'tuple'>
> > >>> b = a[1:]
> > >>> print b
> > ('b', 'c', 'd')
>
> Hmmm... does 'normal' python work like that too? Probably...
>
> Ah well, you learn something new every day :-)
>
> thanks,
>
> Chris
>
>