python-peps/pep-0484.txt

29 lines
696 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

PEP: 484
Title: Type Hints
Version: $Revision$
Last-Modified: $Date$
Author: Guido van Rossum <guido@python.org>, Jukka Lehtosalo <jukka.lehtosalo@iki.fi>, Łukasz Langa <lukasz@langa.pl>
Discussions-To: Python-Ideas <python-ideas@python.org>
Status: Draft
Type: Standards Track
Content-Type: text/x-rst
Created: 08-Jan-2015
Post-History:
Resolution:
Abstract
========
This PEP is currently a stub. The content should be copied from
https://github.com/ambv/typehinting (but omitting the literature overview, which is PEP 482) and reformatted.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End: