On Tue, Jul 19, 2005 at 04:03:56PM -0700, Keith J. Farmer wrote: > Perhaps ; instead of | ...
CPython couldn't parse that, so you couldn't write modules that worked on both platforms that made use of FePy extensions. David. > From: [EMAIL PROTECTED] on behalf of Keith J. Farmer > Sent: Tue 7/19/2005 4:02 PM > > > Foo[T1, T2 | T1, T3](x1, x3) > Foo[T1, T2, T3]() > Foo[T1, T2 | T3](x3) > Foo[T1 | T2, T3](x2, x3) > Foo[ | T1, T2, T3](x1, x2, x3) > -- Every program of any complexity written in a procedural language will have a [half-assed] implementation of object oriented design. -- Regurgitated quote from a poster on comp.lang.python _______________________________________________ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com