]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18755: Allow imp.load_*() loaders to have get_data() called
authorBrett Cannon <brett@python.org>
Fri, 23 Aug 2013 15:45:57 +0000 (11:45 -0400)
committerBrett Cannon <brett@python.org>
Fri, 23 Aug 2013 15:45:57 +0000 (11:45 -0400)
commita4975a911d17d8baa96570794fa6db19c0676a2a
tree8b9dfc5d79c0b14d87fb274e4e8aef79ccc1c48a
parentf5ebd264032fbcb07a41a49031c2281f81c9a814
Issue #18755: Allow imp.load_*() loaders to have get_data() called
multiple times.
Lib/imp.py
Lib/test/test_imp.py