Skip to content

Commit cdd4328

Browse files
committed
Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside
anymore.
1 parent 51a23fe commit cdd4328

11 files changed

Lines changed: 0 additions & 11 deletions

Lib/test/test_codecencodings_cn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# test_codecencodings_cn.py
44
# Codec encoding tests for PRC encodings.
55
#
6-
# $CJKCodecs: test_codecencodings_cn.py,v 1.2 2004/06/19 06:09:55 perky Exp $
76

87
from test import test_support
98
from test import test_multibytecodec_support

Lib/test/test_codecencodings_hk.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# test_codecencodings_hk.py
44
# Codec encoding tests for HongKong encodings.
55
#
6-
# $CJKCodecs: test_codecencodings_hk.py,v 1.1 2004/07/10 17:35:20 perky Exp $
76

87
from test import test_support
98
from test import test_multibytecodec_support

Lib/test/test_codecencodings_jp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# test_codecencodings_jp.py
44
# Codec encoding tests for Japanese encodings.
55
#
6-
# $CJKCodecs: test_codecencodings_jp.py,v 1.3 2004/06/19 06:09:55 perky Exp $
76

87
from test import test_support
98
from test import test_multibytecodec_support

Lib/test/test_codecencodings_kr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# test_codecencodings_kr.py
44
# Codec encoding tests for ROK encodings.
55
#
6-
# $CJKCodecs: test_codecencodings_kr.py,v 1.2 2004/06/19 06:09:55 perky Exp $
76

87
from test import test_support
98
from test import test_multibytecodec_support

Lib/test/test_codecencodings_tw.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# test_codecencodings_tw.py
44
# Codec encoding tests for ROC encodings.
55
#
6-
# $CJKCodecs: test_codecencodings_tw.py,v 1.2 2004/06/19 06:09:55 perky Exp $
76

87
from test import test_support
98
from test import test_multibytecodec_support

Lib/test/test_codecmaps_cn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# test_codecmaps_cn.py
44
# Codec mapping tests for PRC encodings
55
#
6-
# $CJKCodecs: test_codecmaps_cn.py,v 1.3 2004/06/19 06:09:55 perky Exp $
76

87
from test import test_support
98
from test import test_multibytecodec_support

Lib/test/test_codecmaps_hk.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# test_codecmaps_hk.py
44
# Codec mapping tests for HongKong encodings
55
#
6-
# $CJKCodecs: test_codecmaps_hk.py,v 1.1 2004/07/10 17:35:20 perky Exp $
76

87
from test import test_support
98
from test import test_multibytecodec_support

Lib/test/test_codecmaps_jp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# test_codecmaps_jp.py
44
# Codec mapping tests for Japanese encodings
55
#
6-
# $CJKCodecs: test_codecmaps_jp.py,v 1.3 2004/06/19 06:09:55 perky Exp $
76

87
from test import test_support
98
from test import test_multibytecodec_support

Lib/test/test_codecmaps_kr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# test_codecmaps_kr.py
44
# Codec mapping tests for ROK encodings
55
#
6-
# $CJKCodecs: test_codecmaps_kr.py,v 1.3 2004/06/19 06:09:55 perky Exp $
76

87
from test import test_support
98
from test import test_multibytecodec_support

Lib/test/test_codecmaps_tw.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# test_codecmaps_tw.py
44
# Codec mapping tests for ROC encodings
55
#
6-
# $CJKCodecs: test_codecmaps_tw.py,v 1.3 2004/06/19 06:09:55 perky Exp $
76

87
from test import test_support
98
from test import test_multibytecodec_support

0 commit comments

Comments
 (0)