[Python-3000-checkins] r64112 - python/branches/py3k/PC/config.c

martin.v.loewis python-3000-checkins at python.org
Wed Jun 11 08:24:11 CEST 2008


Author: martin.v.loewis
Date: Wed Jun 11 08:24:10 2008
New Revision: 64112

Log:
Remove PyInit_cStringIO again.

Modified:
   python/branches/py3k/PC/config.c

Modified: python/branches/py3k/PC/config.c
==============================================================================
--- python/branches/py3k/PC/config.c	(original)
+++ python/branches/py3k/PC/config.c	Wed Jun 11 08:24:10 2008
@@ -23,7 +23,6 @@
 extern PyObject* PyInit__sha512(void);
 extern PyObject* PyInit_time(void);
 extern PyObject* PyInit__thread(void);
-extern PyObject* PyInit_cStringIO(void);
 #ifdef WIN32
 extern PyObject* PyInit_msvcrt(void);
 extern PyObject* PyInit__locale(void);


More information about the Python-3000-checkins mailing list