| commit | e7672d38dc430036539a2b1a279757d1cc819af7 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Wed May 16 11:33:08 2012 +0200 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Wed May 16 11:33:08 2012 +0200 |
| tree | 1c76d5173661ffdde480952a4fda4b7c53b9ab41 | |
| parent | adbda1766025ff31ee20565988ca41885c9a3543 [diff] [blame] |
Issue #14732: The _csv module now uses PEP 3121 module initialization. Patch by Robin Schreiber.
diff --git a/Misc/NEWS b/Misc/NEWS index d27640d..a80238a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -34,6 +34,9 @@ Library ------- +- Issue #14732: The _csv module now uses PEP 3121 module initialization. + Patch by Robin Schreiber. + - Issue #14809: Add HTTP status codes introduced by RFC 6585 to http.server and http.client. Patch by EungJun Yi.