summaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-04-26 22:48:24 +0200
committerVictor Stinner <victor.stinner@haypocalc.com>2011-04-26 22:48:24 +0200
commitb90db4caf014a390fb5d9dca12b8cdcc0ff78c81 (patch)
treeed56343df4339ee1eeb0f115afada9b8ae3f961b /PC
parentd972d8fea25fd738fb313d5dabfd0a1aa998356f (diff)
downloadcpython-git-b90db4caf014a390fb5d9dca12b8cdcc0ff78c81.tar.gz
Issue #11918: OS/2 and VMS are no more supported because of the lack of
maintainer.
Diffstat (limited to 'PC')
-rw-r--r--PC/os2emx/pyconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/os2emx/pyconfig.h b/PC/os2emx/pyconfig.h
index 380e19c08d..e56105af57 100644
--- a/PC/os2emx/pyconfig.h
+++ b/PC/os2emx/pyconfig.h
@@ -1,6 +1,8 @@
#ifndef Py_CONFIG_H
#define Py_CONFIG_H
+#error "PEP 11: OS/2 is now unsupported, code will be removed in Python 3.4"
+
/* config.h.
* At some time in the past, generated automatically by/from configure.
* now maintained manually.