Patch #658927: Add getctime to os.path.
Document that getatime and getmtime may return floats.
diff --git a/Misc/NEWS b/Misc/NEWS
index a5dbd94..1efaf45 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -463,6 +463,8 @@
 Library
 -------
 
+- os.path exposes getctime.
+
 - unittest.py now has two additional methods called assertAlmostEqual()
   and failIfAlmostEqual().  They implement an approximate comparision
   by rounding the difference between the two arguments and comparing