From e7329e9439541faac9ccefa6ea8f8f9207342388 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 10 Jan 2003 23:51:56 +0000 Subject: [PATCH] SF #659228, fix realpath() not being exported from os.path --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 26fc49fc03fe..1a78323aede3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -56,6 +56,8 @@ Release date: XX-XXX-2003 - SF #639945: fix crash on 64-bit AIX when loading dynamic modules. +- SF #659228, fix realpath() not being exported from os.path + What's New in Python 2.2.2 (final) ? Release date: 14-Oct-2002 ==================================== -- 2.47.3