Sunday as the last (the European convention). Use setfirstweekday() to
set the first day of the week (0=Monday, 6=Sunday)."""
-from __future__ import with_statement
import sys
import datetime
import locale as _locale
# Tests command line execution of scripts
-from __future__ import with_statement
import unittest
import os
"""Unit tests for contextlib.py, and other context managers."""
-from __future__ import with_statement
import sys
import os
you're working through IDLE, you can import this test module and call test_main()
with the corresponding argument.
"""
-from __future__ import with_statement
import glob
import math
# Test the frozen module defined in frozen.c.
-from __future__ import with_statement
from test.test_support import captured_stdout, run_unittest
import unittest
# tempfile.py unit tests.
-from __future__ import with_statement
import tempfile
import os
import sys
"""Unit tests for the with statement specified in PEP 343."""
-from __future__ import with_statement
__author__ = "Mike Bland"
__email__ = "mbland at acm dot org"