cpython/Lib/importlib
Brett Cannon 2153dc001f Move over to using assertRaises as a context manager for importlib tests.
Obviously one shouldn't do whole sale conversions like this, but I was already
going through the test code and I was bored at the airport.
2009-08-27 23:49:21 +00:00
..
test Move over to using assertRaises as a context manager for importlib tests. 2009-08-27 23:49:21 +00:00
__init__.py
_bootstrap.py Implement the PEP 302 protocol for get_filename() as 2009-07-20 04:23:48 +00:00
abc.py Implement the PEP 302 protocol for get_filename() as 2009-07-20 04:23:48 +00:00
machinery.py
util.py