]> granicus.if.org Git - python/commit
bpo-36004: Add date.fromisocalendar (GH-11888)
authorPaul Ganssle <pganssle@users.noreply.github.com>
Mon, 29 Apr 2019 13:22:03 +0000 (09:22 -0400)
committerVictor Stinner <vstinner@redhat.com>
Mon, 29 Apr 2019 13:22:03 +0000 (15:22 +0200)
commit88c093705615c50c47fdd9ab976803f73de7e308
tree4a76496a2c930d1e27e020555f4b91e2b43f777b
parenta86e06433a010f873dfd7957e0f87a39539876ee
bpo-36004: Add date.fromisocalendar (GH-11888)

This commit implements the first version of date.fromisocalendar, the
inverse function for date.isocalendar.
Doc/library/datetime.rst
Doc/whatsnew/3.8.rst
Lib/datetime.py
Lib/test/datetimetester.py
Misc/NEWS.d/next/Library/2019-02-17-12-55-51.bpo-36004.hCt_KK.rst [new file with mode: 0644]
Modules/_datetimemodule.c