]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applic...
authorSenthil Kumaran <senthil@uthcode.com>
Thu, 28 Jul 2011 14:32:49 +0000 (22:32 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Thu, 28 Jul 2011 14:32:49 +0000 (22:32 +0800)
commit7c9719cf74a4c5fc04a07b706d71302bdd8c04c5
tree0e50b17cfbbcf499b7d2386544c01d875ed41972
parentd4d1d068dcf4e1aaf93772ccc0824207a21606e5
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.
49 files changed:
Lib/curses/__init__.py
Lib/curses/panel.py
Lib/distutils/__init__.py
Lib/distutils/archive_util.py
Lib/distutils/bcppcompiler.py
Lib/distutils/ccompiler.py
Lib/distutils/cmd.py
Lib/distutils/command/__init__.py
Lib/distutils/command/bdist.py
Lib/distutils/command/bdist_dumb.py
Lib/distutils/command/bdist_rpm.py
Lib/distutils/command/bdist_wininst.py
Lib/distutils/command/build.py
Lib/distutils/command/build_clib.py
Lib/distutils/command/build_ext.py
Lib/distutils/command/build_py.py
Lib/distutils/command/build_scripts.py
Lib/distutils/command/check.py
Lib/distutils/command/clean.py
Lib/distutils/command/config.py
Lib/distutils/command/install.py
Lib/distutils/command/install_data.py
Lib/distutils/command/install_headers.py
Lib/distutils/command/install_lib.py
Lib/distutils/command/install_scripts.py
Lib/distutils/command/register.py
Lib/distutils/command/sdist.py
Lib/distutils/core.py
Lib/distutils/cygwinccompiler.py
Lib/distutils/debug.py
Lib/distutils/dep_util.py
Lib/distutils/dir_util.py
Lib/distutils/dist.py
Lib/distutils/emxccompiler.py
Lib/distutils/errors.py
Lib/distutils/extension.py
Lib/distutils/fancy_getopt.py
Lib/distutils/file_util.py
Lib/distutils/filelist.py
Lib/distutils/msvc9compiler.py
Lib/distutils/msvccompiler.py
Lib/distutils/spawn.py
Lib/distutils/sysconfig.py
Lib/distutils/tests/test_archive_util.py
Lib/distutils/text_file.py
Lib/distutils/unixccompiler.py
Lib/distutils/util.py
Lib/tarfile.py
Lib/textwrap.py