New submission from Michael Lee:

This patch updates the section about `Any` in the typing module. Previously, 
that section was relatively sparse and didn't seem to do a very good job of 
helping the reader understand what the distinction between `Any` and `object` 
is.

This patch expands that section and adds several examples borrowed from the 
mypy docs and PEP 484.

----------
assignee: docs@python
components: Documentation
files: object-vs-any.patch
keywords: patch
messages: 272009
nosy: docs@python, gvanrossum, michael0x2a
priority: normal
severity: normal
status: open
title: Expand documentation about Any in the typing module
versions: Python 3.5, Python 3.6
Added file: http://bugs.python.org/file44012/object-vs-any.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27688>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to