summaryrefslogtreecommitdiffstats
path: root/Doc/library/dataclasses.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix astuple in dataclasses documentation (GH-9631)방성범 (Bang Seongbeom)2018-09-291-1/+1
|
* Fix typo in the dataclasses's doc (GH-8896)Daniel Dương2018-08-241-1/+1
|
* Dataclasses: Fix example on 30.6.8, add method should receive a list rather ↵Tom Faulkner2018-07-111-1/+1
| | | | | | than an integer. (GH-8038) Change example function to append rather than add lists.
* bpo-32216: Update dataclasses documentation (#6913)Barry Warsaw2018-05-161-75/+79
|
* Minor tweaks to dataclasses docs. (GH-6903)Eric V. Smith2018-05-161-3/+3
|
* bpo-32216: Add documentation for dataclasses (GH-6886)Eric V. Smith2018-05-161-0/+588
This is an initial version that likely requires much polishing. I'm adding it lay out the structure and so we have something to start working from.