diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2007-03-21 16:52:51 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2007-03-21 16:52:51 (GMT) |
commit | e1b4a7e1f90f879d194dd48dfef8a1c8a187faad (patch) | |
tree | 45456339292508d7077faff729d89953a884005b | |
parent | 9225f226a3a6173e277374fc8fc2ea6c7c1cecbf (diff) | |
download | cpython-e1b4a7e1f90f879d194dd48dfef8a1c8a187faad.zip cpython-e1b4a7e1f90f879d194dd48dfef8a1c8a187faad.tar.gz cpython-e1b4a7e1f90f879d194dd48dfef8a1c8a187faad.tar.bz2 |
Add NEWS entry for old item
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -380,7 +380,10 @@ Library - mailbox.py: Change MH.pack() to not lock individual message files; this wasn't consistent with existing implementations of message packing, and was buggy on some platforms. - + +- Bug #1633678: change old mailbox.UnixMailbox class to parse + 'From' lines less strictly. + - Bug #1576241: fix functools.wraps() to work on built-in functions. - Patch #1574068: fix urllib/urllib2 to not insert line breaks when |