-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-72346: Added isdst deprecation warning to email.utils.localtime #91450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
dadf5e2
Added isdst deprecation warning
alanfwilliams 77414f9
📜🤖 Added by blurb_it.
blurb-it[bot] add07f3
added documentation and used _deprecated
alanfwilliams 854ebf8
Removed trailing whitespace.
alanfwilliams 1b9a60f
added newline, moved whatsnew, reformatted warning
alanfwilliams 6784b42
formatting corrections
alanfwilliams 1bd66a2
Updated documentation and code on isdst
alanfwilliams d3fd3f2
removed trailing whitespace
alanfwilliams b30f940
corrected spacing
alanfwilliams 354eff2
use deprecated-removed properly
alanfwilliams 36365fe
further documentation edits
alanfwilliams 44f025c
Added isdst deprecation warning
alanfwilliams 7125e78
📜🤖 Added by blurb_it.
blurb-it[bot] cdea718
added documentation and used _deprecated
alanfwilliams 6b0ccbb
Removed trailing whitespace.
alanfwilliams 47474c9
added newline, moved whatsnew, reformatted warning
alanfwilliams 0d3c5bf
formatting corrections
alanfwilliams 9f59d33
Updated documentation and code on isdst
alanfwilliams ae687b0
removed trailing whitespace
alanfwilliams c214c4f
corrected spacing
alanfwilliams 7cacc5f
use deprecated-removed properly
alanfwilliams 0633911
further documentation edits
alanfwilliams e483ed6
Merge branch 'fix-gh-72346' of https://github.com/aw1231/cpython into…
alanfwilliams bf4b0c6
removed duplicated whatsnew/ moved to current ver
alanfwilliams a63a5e4
took one too many lines off old whatsnew
alanfwilliams 8807fa1
Changed != to is not
alanfwilliams 318ef9e
shifted versions to latest values
alanfwilliams 718888c
Properly format documentation
alanfwilliams 9389791
Revert incorrect change.
ezio-melotti 672b5e5
Merge branch 'fix-gh-72346' of https://github.com/aw1231/cpython into…
alanfwilliams 89eb11a
Merge branch 'main' into fix-gh-72346
alanfwilliams c2b4c94
Merge branch 'fix-gh-72346' of https://github.com/aw1231/cpython into…
alanfwilliams 31a4c46
Modified existing tests/added test for deprecation
alanfwilliams 54596ef
Merge branch 'main' into fix-gh-72346
alanfwilliams d0eda9d
Moved whatsnew note
alanfwilliams ecc3bff
Merge branch 'fix-gh-72346' of https://github.com/aw1231/cpython into…
alanfwilliams 8151b5a
Merge branch 'main' into fix-gh-72346
alanfwilliams 4c3413a
Adjust formatting
alanfwilliams 7ff165e
Merge branch 'main' into fix-gh-72346
alanfwilliams File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
1 change: 1 addition & 0 deletions
1
Misc/NEWS.d/next/Library/2022-04-11-18-34-33.gh-issue-72346.pC7gnM.rst
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Added deprecation warning to *isdst* parameter of :func:`email.utils.localtime`. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.