commit | 9e473c28e4eb65e86fc11a5717cc6e7e1febd898 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jul 23 17:08:21 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jul 23 17:08:21 2007 +0000 |
tree | a0721bd9a36c643c62ae81d980931eb590f7e431 | |
parent | f520c05456909ee3d2e5f9e47b3c85b0123d7c4b [diff] |
SF patch# 1758570 by Jeffrey Yasskin, who writes: I made Carbon.File.pathname return unicode, by analogy with macpath.abspath. There could easily be other bugs of the same sort in this file. The uses of PyString_FromString*() in particular look sketchy.