[Python-Dev] Removing PendingDeprecationWarning

Nick Coghlan ncoghlan at gmail.com
Sat Mar 30 06:31:25 EDT 2019


On Thu, 28 Mar 2019 at 12:31, Inada Naoki <songofacandy at gmail.com> wrote:
> I didn't know "right way" to chose DeprecationWarning or
> PendingDeprecationWarning.

That's just a documentation fix: "If you're not sure whether to use
DeprecationWarning or PendingDeprecationWarning, use
DeprecationWarning".

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list