]> granicus.if.org Git - python/commit
Added 'get_name()' and 'get_full_name()' methods to Distribution.
authorGreg Ward <gward@python.net>
Fri, 31 Mar 2000 03:05:18 +0000 (03:05 +0000)
committerGreg Ward <gward@python.net>
Fri, 31 Mar 2000 03:05:18 +0000 (03:05 +0000)
commit1b64a7e4a54b41ab2ebfb942bb5bc2c04deb16f9
tree6b898e53d6c5c323705e861fd5987203c09508f7
parent32ce329ce4c8ac8a958a624f060274bd50a8f5b9
Added 'get_name()' and 'get_full_name()' methods to Distribution.
Simplified 'Command.get_peer_option()' a tad -- just call 'find_peer()'
  to get the peer command object.
Updated 'Command.copy_file()' to take a 'link' parameter, just like
  'util.copy_file()' does now.
Added 'Command.make_archive()' to wrap 'util.make_archive()'.
Lib/distutils/core.py