diff options
author | Barry Warsaw <barry@python.org> | 2008-06-12 02:42:00 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-06-12 02:42:00 (GMT) |
commit | f501942c764d25f29a2e06ba5c9917b149c7189b (patch) | |
tree | 18cfb3f732d1126305bcc2a4ede1e4bc0fb9171b /Misc | |
parent | 596097e0bc2b22d53232fcf4d20ddad3f3f80f1b (diff) | |
download | cpython-f501942c764d25f29a2e06ba5c9917b149c7189b.zip cpython-f501942c764d25f29a2e06ba5c9917b149c7189b.tar.gz cpython-f501942c764d25f29a2e06ba5c9917b149c7189b.tar.bz2 |
Update NEWS and ACKS for issue 2849.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -161,6 +161,7 @@ Roger Dev Raghuram Devarakonda Toby Dickenson Mark Dickinson +Humberto Diogenes Yves Dionne Daniel Dittmar Jaromir Dolecek @@ -78,6 +78,8 @@ Extension Modules Library ------- +- Patch #2849: Remove use of rfc822 module from standard library. + - Added C optimized implementation of io.StringIO. - The ``pickle`` module is now automatically use an optimized C |