Kaydet (Commit) 7b8f1abf authored tarafından Guido van Rossum's avatar Guido van Rossum

This test really only tests the binhex module.

Renamed it and adapted a comment and an error message.
üst d5753e15
#! /usr/bin/env python
"""Test script for the binascii C module
"""Test script for the binhex C module
Uses the mechanism of the python binhex module
Roger E. Masse
......@@ -15,7 +15,7 @@ def test():
fname2 = tempfile.mktemp()
f = open(fname1, 'w')
except:
raise ImportError, "Cannot test binascii without a temp file"
raise ImportError, "Cannot test binhex without a temp file"
start = 'Jack is my hero'
f.write(start)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment