29 lines
696 B
Plaintext
29 lines
696 B
Plaintext
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:
|