Staging
v0.5.1
https://github.com/python/cpython
Revision 48e602a2da9a20ec1d6d7fdcd45439187fe11344 authored by Raymond Hettinger on 04 December 2003, 21:42:31 UTC, committed by Raymond Hettinger on 04 December 2003, 21:42:31 UTC
1 parent 5115a30
Raw File
Tip revision: 48e602a2da9a20ec1d6d7fdcd45439187fe11344 authored by Raymond Hettinger on 04 December 2003, 21:42:31 UTC
Add newsitem for a bugfix backport.
Tip revision: 48e602a
test_email_codecs.py
# Copyright (C) 2002 Python Software Foundation
# email package unit tests for (optional) Asian codecs

import unittest
# The specific tests now live in Lib/email/test
from email.test.test_email_codecs import suite



if __name__ == '__main__':
    unittest.main(defaultTest='suite')
back to top