[Jython-checkins] jython: Added LongInfo and FloatInfo to CoreExposed.includes. type(sys.long_info)

stefan.richthofer jython-checkins at python.org
Thu Feb 23 13:24:39 EST 2017


https://hg.python.org/jython/rev/d856cb974c7b
changeset:   8025:d856cb974c7b
user:        Stefan Richthofer <stefan.richthofer at gmx.de>
date:        Thu Feb 23 19:23:59 2017 +0100
summary:
  Added LongInfo and FloatInfo to CoreExposed.includes. type(sys.long_info) displayed wrong type, because FloatInfo and LongInfo were not exposed.

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


diff --git a/CoreExposed.includes b/CoreExposed.includes
--- a/CoreExposed.includes
+++ b/CoreExposed.includes
@@ -1,5 +1,7 @@
 org/python/core/AstList.class
 org/python/core/ClasspathPyImporter.class
+org/python/core/FloatInfo.class
+org/python/core/LongInfo.class
 org/python/core/Py2kBuffer.class
 org/python/core/PyArray.class
 org/python/core/PyBaseString.class

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


More information about the Jython-checkins mailing list