python-docs-zh-tw
python-docs-zh-tw copied to clipboard
Translate `library/typing.po`
- [x] intro
- [x] relevant PEPs
- [x] type alias
- [x] NewType
- [x] Annotating callable objects
- [x] generics
- [x] Annotating tuples
- [x] The type of class objects
- [x] user-defined generics types
- [x] the Any type
- [x] nominal vs structural subtyping
- [ ] module contents
- [x] intro
- [x] special typing primitives
- [ ] protocals
- [ ] ABCs for working with IO
- [ ] functions and decorators
- [ ] introspection helpers
- [ ] constant
Hi @mattwang44, since I saw there's no progress here,
I would like translate intro, relevant PEPs, and type alias first.
Thanks!
I'll continue translating these sections
- NewType
- Annotating callable objects
- generics
- Annotating tuples
@mattwang44 I found there's lots of difference on the sections, the tasklist is remain on Python 3.10, I'll update / edit your post later.
I'm now translating the sections below:
- nominal vs structural subtyping
- module contents
- intro
- special typing primitives