commit | 8031bbec4a50d98b53815d77e4c5fe8549ab97eb | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 31 17:46:35 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 31 17:46:35 2001 +0000 |
tree | 499117b5f16bd61bf8136975d45c8a010a9a84e3 | |
parent | 393661d15fa76ec46e9f7b71e97bf2ed38470620 [diff] |
Allow for the possibility that globals['__name__'] does not exist; substitute "<string>" for the module name in that case. This actually occurred when running test_descr.py with -Dwarn.