commit | 77354cf5ef9644121a28041216591762628d8b65 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Mar 21 20:01:51 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Mar 21 20:01:51 2008 +0000 |
tree | b0fc669e46257a85f58988cd93180cfe5cc71ef8 | |
parent | 331243270dc91cfccd31b071abb8d2fcf84a7984 [diff] [blame] |
Issue #2432: give DictReader the dialect and line_num attributes advertised in the docs.
diff --git a/Misc/NEWS b/Misc/NEWS index 69b3c29..7040936 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -51,6 +51,9 @@ Library ------- +- Issue #2432: give DictReader the dialect and line_num attributes + advertised in the docs. + - Issue #2136: urllib2's auth handler now allows single-quoted realms in the WWW-Authenticate header.