From a34510a4c562b4b23c7f9da6ff6e2318484f5f1a Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 12 Mar 2018 21:16:08 -0400 Subject: bpo-29719: Remove Date and Release field in whatsnew/3.7 and 8 (GH-6093) --- Doc/whatsnew/3.7.rst | 3 --- Doc/whatsnew/3.8.rst | 3 --- 2 files changed, 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 -- cgit v0.12