On Thu, Jan 22, 2015 at 3:27 PM, Chris Kaynor <ckay...@zindagigames.com> wrote: > Or use Any, which is basically the same thing: > > def adder(a: Any, b: Any) -> Any: > return a + b
Yeah, but this just seems like extra noise since it's not going to help the type checker at all. -- https://mail.python.org/mailman/listinfo/python-list