mirror of
https://github.com/python/cpython.git
synced 2026-05-18 02:15:28 -04:00
041dd8eef1
assertWarnsRegex() assertments now check the type of the first argument to prevent possible user error. Based on patch by Daniel Wagner-Hall.