[Jython-checkins] jython: Copy over pydoc_data/* to stdlib. Enables use of Jedi package.

jim.baker jython-checkins at python.org
Sat Jan 9 13:31:16 EST 2016


https://hg.python.org/jython/rev/a1b682267552
changeset:   7863:a1b682267552
user:        Jim Baker <jim.baker at rackspace.com>
date:        Sat Jan 09 11:31:11 2016 -0700
summary:
  Copy over pydoc_data/* to stdlib. Enables use of Jedi package.

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


diff --git a/CPythonLib.includes b/CPythonLib.includes
--- a/CPythonLib.includes
+++ b/CPythonLib.includes
@@ -8,11 +8,12 @@
 encodings/**
 ensurepip/**
 importlib/*
+json/**
 logging/*
+pydoc_data/**
 test/**
 unittest/**
 xml/etree/**
-json/**
 
 # Lib files, in alphabetical order:
 __future__.py

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


More information about the Jython-checkins mailing list