diff options
author | Zachary Ware <zach@python.org> | 2023-01-03 22:11:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-03 22:11:18 (GMT) |
commit | 242836c3f28706e4c940f19f7583fc85936fdbbb (patch) | |
tree | 721b5f0c8fa90921ad2fd4f6d4e0a7e86c75ed8e | |
parent | a63949374bbccc2b57eb62dd559a3f835956f901 (diff) | |
download | cpython-242836c3f28706e4c940f19f7583fc85936fdbbb.zip cpython-242836c3f28706e4c940f19f7583fc85936fdbbb.tar.gz cpython-242836c3f28706e4c940f19f7583fc85936fdbbb.tar.bz2 |
gh-100700: Remove Date and Release fields in whatsnew/3.9 (GH-100730)
-rw-r--r-- | Doc/whatsnew/3.9.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 34fd1c1..8ed13d1 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -2,8 +2,6 @@ What's New In Python 3.9 **************************** -:Release: |release| -:Date: |today| :Editor: Ćukasz Langa .. Rules for maintenance: |