[Jython-checkins] jython: modulefinder depends on co_names and other co_* not supported by Jython.

frank.wierzbicki jython-checkins at python.org
Sat Apr 7 03:35:41 CEST 2012


http://hg.python.org/jython/rev/233077a00cda
changeset:   6546:233077a00cda
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Fri Apr 06 18:35:29 2012 -0700
summary:
  modulefinder depends on co_names and other co_* not supported by Jython.

files:
  CPythonLib.includes |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/CPythonLib.includes b/CPythonLib.includes
--- a/CPythonLib.includes
+++ b/CPythonLib.includes
@@ -97,7 +97,6 @@
 mimetypes.py
 MimeWriter.py
 mimify.py
-modulefinder.py
 multifile.py
 mutex.py
 nntplib.py

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list