-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow resolution date in Resolution header
Fixes #4054
- Loading branch information
1 parent
a4feace
commit d764a9d
Showing
7 changed files
with
36 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,6 +90,7 @@ def test_validate_post_history_valid(body: str): | |
"https://mail.python.org/archives/list/[email protected]/message/abcXYZ123/#Anchor", | ||
"https://mail.python.org/archives/list/[email protected]/message/abcXYZ123#Anchor123", | ||
"https://mail.python.org/archives/list/[email protected]/message/abcXYZ123/#Anchor123", | ||
"`16-Oct-2024 <https://mail.python.org/archives/list/[email protected]/thread/abcXYZ123>`__", | ||
], | ||
) | ||
def test_validate_resolution_valid(line: str): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Created: 30-Dec-2022 | |
Python-Version: 3.13 | ||
Post-History: `01-Jan-2023 <https://mail.python.org/archives/list/[email protected]/thread/AKTFUYW3WDT7R7PGRIJQZMYHMDJNE4QH/>`__, | ||
`22-Jan-2023 <https://discuss.python.org/t/pep-702-marking-deprecations-using-the-type-system/23036>`__ | ||
Resolution: https://discuss.python.org/t/pep-702-marking-deprecations-using-the-type-system/23036/61 | ||
Resolution: `07-Nov-2023 <https://discuss.python.org/t/pep-702-marking-deprecations-using-the-type-system/23036/61>`__ | ||
|
||
.. canonical-typing-spec:: :ref:`typing:deprecated` and | ||
:external+py3.13:func:`@warnings.deprecated<warnings.deprecated>` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters