summaryrefslogtreecommitdiffstats
path: root/PC/os2emx
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2006-04-21 10:40:58 (GMT)
committerThomas Wouters <thomas@python.org>2006-04-21 10:40:58 (GMT)
commit49fd7fa4431da299196d74087df4a04f99f9c46f (patch)
tree35ace5fe78d3d52c7a9ab356ab9f6dbf8d4b71f4 /PC/os2emx
parent9ada3d6e29d5165dadacbe6be07bcd35cfbef59d (diff)
downloadcpython-49fd7fa4431da299196d74087df4a04f99f9c46f.zip
cpython-49fd7fa4431da299196d74087df4a04f99f9c46f.tar.gz
cpython-49fd7fa4431da299196d74087df4a04f99f9c46f.tar.bz2
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
number of tests, all because of the codecs/_multibytecodecs issue described here (it's not a Py3K issue, just something Py3K discovers): http://mail.python.org/pipermail/python-dev/2006-April/064051.html Hye-Shik Chang promised to look for a fix, so no need to fix it here. The tests that are expected to break are: test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecs test_multibytecodec This merge fixes an actual test failure (test_weakref) in this branch, though, so I believe merging is the right thing to do anyway.
Diffstat (limited to 'PC/os2emx')
-rw-r--r--PC/os2emx/Makefile2
-rw-r--r--PC/os2emx/config.c2
-rw-r--r--PC/os2emx/python24.def13
3 files changed, 0 insertions, 17 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index 847fa67..762bfdb 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -304,8 +304,6 @@ SRC.MODULES= $(addprefix $(TOP), \
Modules/md5module.c \
Modules/operator.c \
Modules/_randommodule.c \
- Modules/regexmodule.c \
- Modules/regexpr.c \
Modules/rgbimgmodule.c \
Modules/shamodule.c \
Modules/_sre.c \
diff --git a/PC/os2emx/config.c b/PC/os2emx/config.c
index 5ee4343..40c2cdc 100644
--- a/PC/os2emx/config.c
+++ b/PC/os2emx/config.c
@@ -64,7 +64,6 @@ extern void inititertools();
extern void initmath();
extern void initmd5();
extern void initoperator();
-extern void initregex();
extern void initrgbimg();
extern void initsha();
extern void initstrop();
@@ -128,7 +127,6 @@ struct _inittab _PyImport_Inittab[] = {
{"math", initmath},
{"md5", initmd5},
{"operator", initoperator},
- {"regex", initregex},
{"rgbimg", initrgbimg},
{"sha", initsha},
{"strop", initstrop},
diff --git a/PC/os2emx/python24.def b/PC/os2emx/python24.def
index 4f78914..534dff8 100644
--- a/PC/os2emx/python24.def
+++ b/PC/os2emx/python24.def
@@ -1134,19 +1134,6 @@ EXPORTS
; From python24_s.lib(_randommodule)
; "init_random"
-; From python24_s.lib(regexmodule)
-; "initregex"
-
-; From python24_s.lib(regexpr)
-; "_Py_re_syntax_table"
-; "_Py_re_compile_initialize"
-; "_Py_re_compile_pattern"
-; "_Py_re_match"
-; "_Py_re_search"
-; "_Py_re_set_syntax"
-; "_Py_re_compile_fastmap"
-; "_Py_re_syntax"
-
; From python24_s.lib(rgbimgmodule)
; "initrgbimg"