diff options
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ Library - SimpleXMLRPCServer: a new module (based upon SimpleHTMLServer) simplifies writing XML RPC servers. -- os.path.realpath(): a new function that returns the absoute pathname +- os.path.realpath(): a new function that returns the absolute pathname after interpretation of symbolic links. On non-Unix systems, this is an alias for os.path.abspath(). |