This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jerry.seutter
Recipients
Date 2007-04-19.03:49:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch refactors test_frozen.py to use unittest.  When this patch is applied, Lib/test/output/test_frozen can be removed.

I am not sure if the last test case is named appropriately.  I named it testImportNonexistentFunction because I believe the code is trying to import a function __phello__.foo, which does not exist.  I may be mistaken.
History
Date User Action Args
2007-08-23 15:58:04adminlinkissue1703379 messages
2007-08-23 15:58:04admincreate