mirror of
https://github.com/python/cpython.git
synced 2026-05-18 18:33:57 -04:00
b457ddaff2
warnings.showwarning() was being used. This broke pre-existing replacements for the function since they didn't support the extra argument. Closes issue 2705.