]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update the seealso entries for namedtuple() (GH-12373)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 16 Mar 2019 19:53:23 +0000 (12:53 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 16 Mar 2019 19:53:23 +0000 (12:53 -0700)
commit9c68543f022b130ff51944edc6771c60510ee683
tree50807bcfdc28d395377346a4139670b07609df92
parent5927cfdf3a657384dd7632938759a3ac096db7e3
Update the seealso entries for namedtuple() (GH-12373)

* 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.
Doc/library/collections.rst
Doc/library/typing.rst