]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add tests for the new .get() and .setdefault() methods of rfc822.Message
authorFred Drake <fdrake@acm.org>
Tue, 22 May 2001 15:02:19 +0000 (15:02 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 22 May 2001 15:02:19 +0000 (15:02 +0000)
commitcf71fefa59f50f31c2d8d49dcb75033a1651a0d7
tree699cf869b738bb9d6d8b957b3a501b173cc23fe4
parent02959292803415fc5d66838735764aa84de8c0f8
Add tests for the new .get() and .setdefault() methods of rfc822.Message
objects.
Lib/test/test_rfc822.py