diff options
author | Guido van Rossum <guido@python.org> | 2001-07-23 13:27:49 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-07-23 13:27:49 (GMT) |
commit | f48f11cd793a545251b83a6037e609a77f080c00 (patch) | |
tree | 9d8b99f5571f24298dac8375548b960a57bf0a11 /Misc/ACKS | |
parent | fa712ca1ed5c04a07dca4ae6837c74509d89fa82 (diff) | |
download | cpython-f48f11cd793a545251b83a6037e609a77f080c00.zip cpython-f48f11cd793a545251b83a6037e609a77f080c00.tar.gz cpython-f48f11cd793a545251b83a6037e609a77f080c00.tar.bz2 |
SF Patch #441791, with changes: when "import foo.bar" fails with an
exception in the execution of bar, ensure that foo.bar exists.
(Previously, while sys.modules['foo.bar'] would exist, foo.bar would
only be created upon successful execution of bar. This is
inconvenient; some would say wrong. :-)
Diffstat (limited to 'Misc/ACKS')
0 files changed, 0 insertions, 0 deletions