]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Renamed 'native_path()' to 'convert_path()'.
authorGreg Ward <gward@python.net>
Wed, 31 May 2000 02:32:10 +0000 (02:32 +0000)
committerGreg Ward <gward@python.net>
Wed, 31 May 2000 02:32:10 +0000 (02:32 +0000)
commitd8dfb4c4b8d661acee263e3feb77974ced69e97d
tree19fd4f8d8b032f885118e9e181d67b87820e8762
parent65bc20c23e22543e13ff6d1fbdf51705a0b5aa1a
Renamed 'native_path()' to 'convert_path()'.
Also changed it so it doesn't barf if the path is already in native format
  (ie. contains os.sep).
Lib/distutils/command/install.py
Lib/distutils/command/sdist.py
Lib/distutils/util.py