On May 16, 9:41 am, castironpi <[EMAIL PROTECTED]> wrote:
> On May 16, 8:56 am, castironpi <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > On May 16, 8:51 am, castironpi <[EMAIL PROTECTED]> wrote:
>
> > > On May 16, 4:26 am, Peter Otten <[EMAIL PROTECTED]> wrote:
>
> > > > 甜瓜 wrote:
> > > > >     I wonder why below does not work.
>
> > > > > a = object()
> > > > > a.b = 1        # dynamic bind attribute failed...
>
> > > > The implementation of slots depends on that behaviour:
>
> > > >http://docs.python.org/ref/slots.html
>
> > > > > Does this strange behavior break the LSP (Liskov substitution 
> > > > > principle)?
>
> > > > Can you expand on that?
>
> > > > Peter
>
> > > Spirals are important.
>
> > I'd be modeling streams, in par. crossing them.- Hide quoted text -
>
> > - Show quoted text -
>
> Python 3.0a5 (py3k:62932M, May  9 2008
>  win32
> Type "help", "copyright", "credits" or>>> import parser
> >>> import compiler
>
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: No module named compiler
>
> Does anyone want to model mic-based soundwaves?  My recent project has
> been color progression over time, and talking about compilers.- Hide quoted 
> text -
>
> - Show quoted text -

Can 'compiler' come back in?  I want to build a compiler + exec.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to