Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix version number
Co-authored-by: Victor Stinner <[email protected]>
  • Loading branch information
hugovk and vstinner authored Oct 20, 2025
commit 74b0878ee5753d52db57f52dad792519d3fd4748
2 changes: 1 addition & 1 deletion Lib/imaplib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1969,5 +1969,5 @@ def __getattr__(name):
from warnings import _deprecated

_deprecated("__version__", remove=(3, 20))
return "2.50" # Do not change
return "2.60" # Do not change
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
Loading