diff options
author | George Yoshida <dynkin@gmail.com> | 2006-05-28 16:39:09 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-05-28 16:39:09 (GMT) |
commit | f3c65de460de58e5538bd4b9e27c0810d772e240 (patch) | |
tree | aec81a0050bdf56d2a55e9e50505a0336ddd6826 /Misc | |
parent | 22a80e7cb0f96b803b22ab3e908bf83d21704e7c (diff) | |
download | cpython-f3c65de460de58e5538bd4b9e27c0810d772e240.zip cpython-f3c65de460de58e5538bd4b9e27c0810d772e240.tar.gz cpython-f3c65de460de58e5538bd4b9e27c0810d772e240.tar.bz2 |
Patch #1080727: add "encoding" parameter to doctest.DocFileSuite
Contributed by Bjorn Tillenius.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -85,6 +85,8 @@ Extension Modules Library ------- +- Patch #1080727: add "encoding" parameter to doctest.DocFileSuite. + - Patch #1281707: speed up gzip.readline. - Patch #1180296: Two new functions were added to the locale module: |