]> granicus.if.org Git - python/commit
Remove deprecation warnings on old 'link_*()' methods, ie. they're not
authorGreg Ward <gward@python.net>
Wed, 27 Sep 2000 02:24:21 +0000 (02:24 +0000)
committerGreg Ward <gward@python.net>
Wed, 27 Sep 2000 02:24:21 +0000 (02:24 +0000)
commit264cf74e1a61048714fd168ecb7a7e9eaba6615a
tree786caf9a2b22cf5b99fc3246fc1c02d96416e5ce
parent4240648a9dffd4b8858c7314bce0c2b0af830b06
Remove deprecation warnings on old 'link_*()' methods, ie. they're not
deprecated after all.  But now they're only implemented once, instead
of N times.
Lib/distutils/ccompiler.py