Skip to content

Update the seealso entries for namedtuple()#12373

Merged
miss-islington merged 1 commit intopython:masterfrom
rhettinger:nt_see_also
Mar 16, 2019
Merged

Update the seealso entries for namedtuple()#12373
miss-islington merged 1 commit intopython:masterfrom
rhettinger:nt_see_also

Conversation

@rhettinger
Copy link
Copy Markdown
Contributor

  • Replace external recipe link with a link to the dataclasses module.

  • Highlight the class definition syntax for typing.NamedTuple
    and add an example for clarity.

* Replace external recipe link with a link to the dataclasses module.

* Highlight the class definition syntax for typing.NamedTuple
  and add an example for clarity.
@miss-islington
Copy link
Copy Markdown
Contributor

@rhettinger: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 9c68543 into python:master Mar 16, 2019
@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7.
🐍🍒⛏🤖

@miss-islington
Copy link
Copy Markdown
Contributor

Sorry, @rhettinger, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 9c68543f022b130ff51944edc6771c60510ee683 2.7

@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@bedevere-bot
Copy link
Copy Markdown

GH-12374 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 16, 2019
* Replace external recipe link with a link to the dataclasses module.

* Highlight the class definition syntax for typing.NamedTuple
  and add an example for clarity.
(cherry picked from commit 9c68543)

Co-authored-by: Raymond Hettinger <[email protected]>
Copy link
Copy Markdown
Member

@ilevkivskyi ilevkivskyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update! Looks good.

miss-islington added a commit that referenced this pull request Mar 16, 2019
* Replace external recipe link with a link to the dataclasses module.

* Highlight the class definition syntax for typing.NamedTuple
  and add an example for clarity.
(cherry picked from commit 9c68543)

Co-authored-by: Raymond Hettinger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants