forked from python/peps
-
Notifications
You must be signed in to change notification settings - Fork 0
Planning Session
Rebecca Chen edited this page Jul 24, 2019
·
4 revisions
Notes: https://docs.google.com/document/d/1PIOvLZyep1qVqTq5P3wcI6TNe5UkKbR52qHjSZ1EuDU/edit
- Agreed on preferring class-based syntax for NamedTuple and TypedDict
- What code generation decorators should be supported? (
dataclass
?)
- mypy may not support PEP 570 when run under < Python 3.8, but the draft PEP says that stubs can start to use new features as soon as a version is released.
- Should
__all__
be supported in stubs to avoid exposing private definitions?
- Should we recommend to never report errors in/for conforming third party stubs?
- Also mentioned in Content section
- Also mentioned in Content section
- Discussed in https://github.com/srittau/type-stub-pep/issues/20
- Also mentioned in Style section
- Finish Writing
- Editorial Pass
- Find a sponsor?
- Submit as PEP
- Post publically (typing-sig? python-dev?)