diff options
author | Ned Deily <nad@python.org> | 2018-03-13 01:16:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-13 01:16:08 (GMT) |
commit | a34510a4c562b4b23c7f9da6ff6e2318484f5f1a (patch) | |
tree | 3ad57fba4dce9c237d3c31208aba6c4a2dd6b881 | |
parent | 37ed6dfbbc2a18de46cad292f9b0fc5ce32bc01d (diff) | |
download | cpython-a34510a4c562b4b23c7f9da6ff6e2318484f5f1a.zip cpython-a34510a4c562b4b23c7f9da6ff6e2318484f5f1a.tar.gz cpython-a34510a4c562b4b23c7f9da6ff6e2318484f5f1a.tar.bz2 |
bpo-29719: Remove Date and Release field in whatsnew/3.7 and 8 (GH-6093)
-rw-r--r-- | Doc/whatsnew/3.7.rst | 3 | ||||
-rw-r--r-- | Doc/whatsnew/3.8.rst | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index a4ed481..7eb19f0 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -2,9 +2,6 @@ What's New In Python 3.7 **************************** -:Release: |release| -:Date: |today| - .. Rules for maintenance: * Anyone can add text to this document. Do not spend very much time diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 904a358..8569341 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -2,9 +2,6 @@ What's New In Python 3.8 **************************** -:Release: |release| -:Date: |today| - .. Rules for maintenance: * Anyone can add text to this document. Do not spend very much time |