Ensure 'module removed' warning messages contain the word 'module' or 'package'.

This should fix the test_py3kwarn failure on OS X.  test_support.import_module
also requires this.
This commit is contained in:
Mark Dickinson 2010-04-03 16:41:20 +00:00
parent 0ccc7bbb34
commit 920fd66ac6
7 changed files with 7 additions and 7 deletions

View file

@ -4,7 +4,7 @@
# we are not running in a framework build.
from warnings import warnpy3k
warnpy3k("In 3.x, appletrunner is removed.", stacklevel=2)
warnpy3k("In 3.x, the appletrunner module is removed.", stacklevel=2)
import os
import sys