diff options
author | t k <tahia.khan@gmail.com> | 2019-09-19 13:34:41 (GMT) |
---|---|---|
committer | Paul Ganssle <paul@ganssle.io> | 2019-09-19 13:34:41 (GMT) |
commit | 96b1c59c71534db3f0f3799cd84e2006923a5098 (patch) | |
tree | 58abb7680d3a72a0388cf643546f6c099af122a0 /Misc/NEWS.d/next/Library | |
parent | 9fdc64cf1266b6d5bf0503847b5c38e5edc53a14 (diff) | |
download | cpython-96b1c59c71534db3f0f3799cd84e2006923a5098.zip cpython-96b1c59c71534db3f0f3799cd84e2006923a5098.tar.gz cpython-96b1c59c71534db3f0f3799cd84e2006923a5098.tar.bz2 |
bpo-38155: Add __all__ to datetime module (GH-16203)
https://bugs.python.org/issue38155
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-09-16-21-47-48.bpo-38155.d92lRc.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-09-16-21-47-48.bpo-38155.d92lRc.rst b/Misc/NEWS.d/next/Library/2019-09-16-21-47-48.bpo-38155.d92lRc.rst new file mode 100644 index 0000000..14b6e2d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-09-16-21-47-48.bpo-38155.d92lRc.rst @@ -0,0 +1 @@ +Add ``__all__`` to :mod:`datetime`. Patch by Tahia Khan. |