This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Harry-Lees
Recipients Harry-Lees
Date 2021-07-01.08:49:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625129392.07.0.706475155996.issue44543@roundup.psfhosted.org>
In-reply-to
Content
The logging.warn() method as an alias for logging.warning() is a mysterious function in the logging module, as far as I can tell it was depreciated the minute it was added, originally only added for backwards compatibility.

Up until 3.3 it was undocumented, and after that it was Depreciated and was set to be removed in 3.4 (https://bugs.python.org/issue13235). At this point, I believe this function only serves to create confusion as an obscure alternative to logging.warning() and should probably be removed in 3.11.
History
Date User Action Args
2021-07-01 08:49:52Harry-Leessetrecipients: + Harry-Lees
2021-07-01 08:49:52Harry-Leessetmessageid: <1625129392.07.0.706475155996.issue44543@roundup.psfhosted.org>
2021-07-01 08:49:52Harry-Leeslinkissue44543 messages
2021-07-01 08:49:51Harry-Leescreate