commit | 35b84b4123627bd618fe9d887084b596160d47cc | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Mon Dec 24 20:00:42 2007 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Mon Dec 24 20:00:42 2007 +0000 |
tree | 3b59498fa147885184ce125ef955b131fd266eb3 | |
parent | 4f1cbd27b4355446b3edaaf1082b16715f197499 [diff] [blame] |
Backport of fix for issue 1695.
diff --git a/Misc/NEWS b/Misc/NEWS index 230cd47..dffb879 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -51,6 +51,8 @@ Library ------- +- Issue #1695: Fixed typo in the docstrings for time.localtime() and gmtime(). + - Issue #1642: Fix segfault in ctypes when trying to delete attributes. - os.access now returns True on Windows for any existing directory.