commit | 2eba4d8964c5a3338b243df44f10b00b7d22dff8 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@dropbox.com> | Tue Mar 31 12:27:13 2015 -0700 |
committer | Guido van Rossum <guido@dropbox.com> | Tue Mar 31 12:27:13 2015 -0700 |
tree | 16c8eec4ac13251ef7bf8829d9282441737f3e84 | |
parent | 0984c655c4472b2dcfb90924c45a0f5acfe307a8 [diff] |
Some broad sweeping changes. - Added a section "What is checked". - Define acceptable of type hints more carefully. - Define type aliases. - Rename Callbacks section to Callable. - Rewrite forward references section. - Spec PY3 and POSIX. - Removed several sections that didn't specify anything: - The place of the typing module - Usage patterns - Is type hinting Pythonic?