[issue26691] Update the typing module to match what's in github.com/python/typing

2016-04-05 Thread Guido van Rossum
Guido van Rossum added the comment: (And back. Guido.van.Rossum no longer has developer privileges.) -- assignee: Guido.van.Rossum -> gvanrossum ___ Python tracker ___ __

[issue26691] Update the typing module to match what's in github.com/python/typing

2016-04-05 Thread Guido van Rossum
Guido van Rossum added the comment: (Testing assignment to my alter ego. :-) -- assignee: gvanrossum -> Guido.van.Rossum nosy: +Guido.van.Rossum ___ Python tracker ___ __

[issue26691] Update the typing module to match what's in github.com/python/typing

2016-04-05 Thread Guido van Rossum
Guido van Rossum added the comment: Done! changeset: 100854:78b84ae0b745 tag: tip parent: 100852:856d50130154 parent: 100853:be3c4151d9bf user:Guido van Rossum date:Tue Apr 05 08:35:22 2016 -0700 summary: Merge upstream typing.py changes from 3.5 branch.

[issue26691] Update the typing module to match what's in github.com/python/typing

2016-04-04 Thread Brett Cannon
New submission from Brett Cannon: The code in Lib/typing.py is outdated compared to what's at github.com/python/typing. -- assignee: gvanrossum messages: 262879 nosy: brett.cannon, gvanrossum priority: normal severity: normal status: open title: Update the typing module to match what's