[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-05-16 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: New changeset 0c62e09774e445a185fd192524454ce697ca123b by Barry Warsaw (Miss Islington (bot)) in branch '3.7': bpo-32216: Update dataclasses documentation (GH-6913) (#6918)

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-05-16 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-05-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +6586 ___ Python tracker ___

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-05-16 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: New changeset 713a9367366c88662c39ed20dd6bce22399299f1 by Barry Warsaw in branch 'master': bpo-32216: Update dataclasses documentation (#6913) https://github.com/python/cpython/commit/713a9367366c88662c39ed20dd6bce22399299f1 --

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-05-16 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- pull_requests: +6581 stage: resolved -> patch review ___ Python tracker ___

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-05-16 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: ...although I unfortunately cannot build it because of Issue33543 -- ___ Python tracker ___

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-05-16 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I've got a branch that cleans up and updates the dataclasses documentation, so I'm reopening this issue and piggybacking my PR on it. -- status: closed -> open ___ Python tracker

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-05-16 Thread Eric V. Smith
Eric V. Smith added the comment: I've added some initial documentation. Most of it is text from the PEP, cleaned up and sphinx-ized. It no doubt needs a lot of work, but I think it's good enough to close this issue and remove the release blocker. Changes to the

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-05-16 Thread miss-islington
miss-islington added the comment: New changeset 04e96da5e4982afeb639d6a4d232c6c221fe3a9d by Miss Islington (bot) in branch '3.7': bpo-32216: Add documentation for dataclasses (GH-6886)

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-05-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +6566 ___ Python tracker ___

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-05-16 Thread Eric V. Smith
Eric V. Smith added the comment: New changeset 98d50cb8f57eb227c373cb94b8680b12ec8aade5 by Eric V. Smith in branch 'master': bpo-32216: Add documentation for dataclasses (GH-6886) https://github.com/python/cpython/commit/98d50cb8f57eb227c373cb94b8680b12ec8aade5

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-05-15 Thread Eric V. Smith
Change by Eric V. Smith : -- keywords: +patch pull_requests: +6560 stage: needs patch -> patch review ___ Python tracker ___

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-05-15 Thread Raymond Hettinger
Raymond Hettinger added the comment: Mariatta, go ahead and take the lead on this one. -- ___ Python tracker ___

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-05-14 Thread Eric V. Smith
Eric V. Smith added the comment: Note that the documentation should make the implications of #33453 very clear. In short, if an annotation "looks like" a ClassVar or InitVar, it will be treated as such. This is true even if it's specified as a string, or if it's a string

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-05-10 Thread Ned Deily
Ned Deily added the comment: We really need to get this done prior to 370rc1 coming up on 05-21. -- priority: deferred blocker -> release blocker ___ Python tracker

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-04-02 Thread Lino Mastrodomenico
Lino Mastrodomenico added the comment: Friendly ping, there's still no documentation for this wonderful new module and there's only one planned beta left for 3.7 before the release candidates. Needless to say, https://www.python.org/dev/peps/pep-0557/ has lots of

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-02-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: > I've already started on drafting these docs. Would you like to work together? Sure, Raymond. Let me know how I can help :) -- ___ Python tracker

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-02-03 Thread Christopher Barker
Christopher Barker added the comment: Thanks Raymond. Can a draft be put in a gitHub repo so we can all help out? -- ___ Python tracker

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-02-03 Thread Raymond Hettinger
Raymond Hettinger added the comment: > I'd be interested to help write the PR for this. I've already started on drafting these docs. Would you like to work together? -- nosy: +rhettinger ___ Python tracker

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-02-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I'd be interested to help write the PR for this. -- nosy: +Mariatta ___ Python tracker

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-02-02 Thread Ned Deily
Ned Deily added the comment: Marking this as a "deferred blocker" for exiting the beta phase. -- nosy: +ned.deily priority: high -> deferred blocker stage: -> needs patch versions: +Python 3.8 ___ Python tracker

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-02-02 Thread Eric V. Smith
Eric V. Smith added the comment: I was hoping a volunteer would step up to write the documentation, as it's definitely not my forte. Raymond has also volunteered to help. -- ___ Python tracker

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-02-02 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Do you have an ETA for the documentation PR? I would be happy to review it. -- nosy: +barry ___ Python tracker

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2017-12-21 Thread STINNER Victor
STINNER Victor added the comment: My Issue32406 has been marked as a duplicate of this one. Copy of my message: bpo-32214 "Implement PEP 557: Data Classes" added a new dataclasses module and was closed, but the new module is not documented:

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2017-12-21 Thread Eric V. Smith
Change by Eric V. Smith : -- title: Document PEP 557 Data Classes -> Document PEP 557 Data Classes (dataclasses module) ___ Python tracker

[issue32216] Document PEP 557 Data Classes

2017-12-18 Thread Christopher Barker
Christopher Barker added the comment: It was suggested that I could contirbute to the docs of dataclasses in this issue. Which confuses me, as there doesn't appear to be any content here to comment on. But what the heck: As I've been annoyingly persistent about on the

[issue32216] Document PEP 557 Data Classes

2017-12-08 Thread Ivan Levkivskyi
Change by Ivan Levkivskyi : -- nosy: +levkivskyi ___ Python tracker ___ ___

[issue32216] Document PEP 557 Data Classes

2017-12-04 Thread Eric V. Smith
New submission from Eric V. Smith : The documentation needs to be added. -- assignee: docs@python components: Documentation messages: 307614 nosy: docs@python, eric.smith priority: high severity: normal status: open title: Document PEP 557 Data Classes versions: