(original) (raw)


On 20 April 2015 at 20:35, Ɓukasz Langa <lukasz@langa.pl> wrote:
Since it was mentioned in a different e-mail in this thread: yes, the standard library is not getting any type annotations. When we decide to ship type hints with Python 3.6, they will be added as stubs.

Why is this? Surely this is something where the stdlib should "eat its own dogfood" and include inline hints rather than stub files?
Paul