commit | 0fa10b3cd5de4090b86c8f88c5f30d2e6a9686ac | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Jan 03 17:19:26 2009 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Jan 03 17:19:26 2009 +0000 |
tree | 892dd474e799e78aed75a21695e41d3754376be8 | |
parent | 37fc82348c4956ea543475ef755d63dfff04dbf4 [diff] [blame] |
Issue #4817: Remove unused function PyOS_GetLastModificationTime.
diff --git a/Misc/NEWS b/Misc/NEWS index 4169950..f7394fd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Issue #4817: Remove unused function PyOS_GetLastModificationTime. + - Issue #4075: Use OutputDebugStringW in Py_FatalError. - Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open