quot;-like
patches to python and to modules, which are incompatible with everything, but
work well
in some very specific situations. This is the evil that was supposed to be
defeated
with i18n and with the total adoption of Unicode.
Alexey G.
___
Py
00) while n*n < 50)
> >
> > May I suggest you this variant?
> >
> > def raiseStopIteration():
> >raise StopIteration
> >
> >g = (n for n in range(100) if n*n < 50 or raiseStopIteration())
--
Alexey G. Shpagin
___
r n in range(100) if n*n < 50 or else_break())
That's to the matter of taste, I think.
--
Alexey G. Shpagin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com