Skip to content

Commit 4c94904

Browse files
committed
removed from GraalPyResources javadoc references to venv/home directory
1 parent 3a79505 commit 4c94904

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

graalpython/org.graalvm.python.embedding/src/org/graalvm/python/embedding/utils/GraalPyResources.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
* <ul>
6161
* <li>Python application files</li>
6262
* <li>Third-party Python packages</li>
63-
* <li>The Python standard library</li>
6463
* </ul>
6564
*
6665
* <p>
@@ -101,8 +100,6 @@
101100
* Python packages. The Context will be configured as if it is executed from this virtual
102101
* environment. Notably packages installed in this virtual environment will be automatically
103102
* available for importing.</li>
104-
* <li>${resources_root}/home: used for the Python standard library (equivalent to PYTHONHOME
105-
* environment variable).</li>
106103
* </ul>
107104
* where ${resources_root} is either the resource root <code>/org.graalvm.python.vfs</code> or an
108105
* external directory.
@@ -139,9 +136,6 @@
139136
* <p>
140137
* <b>GraalPy context</b> instances created by factory methods in this class are preconfigured with
141138
* some particular resource paths:
142-
* <li><code>${resources_root}/home</code> - is reserved for the GraalPy Standard Library. GraalPy
143-
* context will be configured to use this standard library as if set in PYTHONHOME environment
144-
* variable.</li>
145139
* <li><code>${resources_root}/venv</code> - is reserved for a python virtual environment holding
146140
* third-party packages. The context will be configured as if it were executed from this virtual
147141
* environment. Notably packages installed in this virtual environment will be automatically

0 commit comments

Comments
 (0)