Fix !!python/name for Python 2.3. Clear the yaml module namespace.
commitad7ad00c8e37423b4ee27562b8cd54b8175ea078
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Fri, 21 Apr 2006 17:31:29 +0000 (21 17:31 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Fri, 21 Apr 2006 17:31:29 +0000 (21 17:31 +0000)
treee41b733d2c7577c3fbc6f0b96848d2266f742093
parent6940241b36d28243781aa152745c56f7fd29fd5e
Fix !!python/name for Python 2.3. Clear the yaml module namespace.

git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@146 18f92427-320e-0410-9341-c67f048884a3
lib/yaml/__init__.py
lib/yaml/constructor.py
tests/data/construct-python-name-module.code
tests/data/construct-python-name-module.data
tests/test_appliance.py
tests/test_constructor.py
tests/test_errors.py
tests/test_structure.py