From: Neal Norwitz Date: Fri, 10 Jan 2003 23:51:56 +0000 (+0000) Subject: SF #659228, fix realpath() not being exported from os.path X-Git-Tag: v2.2.3c1~179 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7329e9439541faac9ccefa6ea8f8f9207342388;p=thirdparty%2FPython%2Fcpython.git SF #659228, fix realpath() not being exported from os.path --- 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 ====================================