This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch python-editing-embedding in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 1b85a9366d140fcc86dc09071bafd0fa1c6dc866 Author: Damjan Jovanovic <[email protected]> AuthorDate: Sun Apr 26 19:48:59 2026 +0200 Our PythonScriptProvider is now actively developed, not deprecated. Patch by: me --- main/scripting/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/scripting/README b/main/scripting/README index bcf92f38fa..216615bd85 100644 --- a/main/scripting/README +++ b/main/scripting/README @@ -19,6 +19,10 @@ browsing and executing scripts. C++ for a ProtocolHandler implementation that handles vnd.sun.star.script URIs and dispatches them for execution to the Scripting Framework. +- source/pyprov + +LanguageScriptProvider for Python + - source/basprov C++ implementation of the LanguageScriptProvider UNO service for Basic @@ -57,10 +61,6 @@ Deprecated Code Support for developing scripts in IDEs such as NetBeans. -- source/pyprov - -LanguageScriptProvider for Python - - source/storage - source/runtimemgr
