commit | 45b082935d140bff4c6ddc17304be4bf9164a99a | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Jun 02 20:40:35 2011 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Thu Jun 02 20:40:35 2011 -0700 |
tree | f96d171258b6516930f7b9240559105161323b7b | |
parent | 19b851d11b04d1490040ff296ebec57dc3d7eecb [diff] [blame] |
Fix named tuples to work with vars().
diff --git a/Misc/NEWS b/Misc/NEWS index 34d66ec..faca1ac 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -16,6 +16,8 @@ Library ------- +- Named tuples now work correctly with vars(). + - sys.setcheckinterval() now updates the current ticker count as well as updating the check interval, so if the user decreases the check interval, the ticker doesn't have to wind down to zero from the old starting point before the new