[issue28079] Update typing and test typing from python/typing repo

2016-09-11 Thread Guido van Rossum
Guido van Rossum added the comment: Thanks! All set. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python

[issue28079] Update typing and test typing from python/typing repo

2016-09-11 Thread Guido van Rossum
Guido van Rossum added the comment: Thanks! All set. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python

[issue28079] Update typing and test typing from python/typing repo

2016-09-11 Thread Guido van Rossum
Guido van Rossum added the comment: Thanks! All set. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python

[issue28079] Update typing and test typing from python/typing repo

2016-09-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset cf7da3fd6450 by Guido van Rossum in branch '3.5': Issue #28079: Update typing and test typing from python/typing repo. https://hg.python.org/cpython/rev/cf7da3fd6450 -- ___ Python tracker

[issue28079] Update typing and test typing from python/typing repo

2016-09-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset b66e0856ab24 by Guido van Rossum in branch 'default': Issue #28079: Update typing and test typing from python/typing repo. https://hg.python.org/cpython/rev/b66e0856ab24 -- nosy: +python-dev ___ Python tr

[issue28079] Update typing and test typing from python/typing repo

2016-09-11 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: I could guess this is because some changes have been already integrated by patch that implemented PEP 526. If this would help here is a separate patch that should apply cleanly to 3.6 -- Added file: http://bugs.python.org/file44559/typing-patch-3.6.di

[issue28079] Update typing and test typing from python/typing repo

2016-09-11 Thread Guido van Rossum
Guido van Rossum added the comment: Um, if I apply this to 3.5 it works, but if I then merge forward to 3.6 (default) I get merge conflicts. I'll have to sort that out tonight. -- ___ Python tracker __

[issue28079] Update typing and test typing from python/typing repo

2016-09-11 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: I have noticed that some code could be simplified, since it is backward-compatible even with 3.2, but I think it is easiest to keep the source here in sync with what is on python/typing. -- ___ Python tracker

[issue28079] Update typing and test typing from python/typing repo

2016-09-11 Thread Ivan Levkivskyi
Changes by Ivan Levkivskyi : -- components: +Library (Lib) type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue28079] Update typing and test typing from python/typing repo

2016-09-11 Thread Ivan Levkivskyi
New submission from Ivan Levkivskyi: Here is the patch for 3.5 -- files: typing-patch.diff keywords: patch messages: 275809 nosy: gvanrossum, levkivskyi priority: normal severity: normal status: open title: Update typing and test typing from python/typing repo Added file: http://bugs.pyt