Sha256: d3cd5b8b907c92f1b7d7f5be83c0c267c2a5f6955174942ebbd5165d7a86f483
Contents?: true
Size: 285 Bytes
Versions: 30
Compression:
Stored size: 285 Bytes
Contents
# 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')
Version data entries
30 entries across 30 versions & 1 rubygems