mirror of
https://github.com/python/cpython.git
synced 2026-05-19 02:44:16 -04:00
672237dc6c
WarningsRecorder object. This makes the API simpler to use as no special object must be learned. Closes issue 3781. Review by Benjamin Peterson.