Skip to content

Commit 8441ae2

Browse files
committed
Update generated scripts after merging PR #2605
1 parent 687c70c commit 8441ae2

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

www/src/brython.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ for(var script in scripts){if($B.VFS.hasOwnProperty(script)){console.warn("Virtu
164164
$B.VFS[script]=scripts[script]
165165
$B.VFS[script].timestamp=vfs_timestamp}
166166
$B.stdlib_module_names=Object.keys($B.VFS)}
167+
$B.loadBrythonPackage=function(brythonPackage){$B.use_VFS=true
168+
$B.update_VFS(brythonPackage)}
167169
$B.add_files=function(files){
168170
$B.files=$B.files ||{}
169171
for(var file in files){$B.files[file]=files[file]}}
@@ -220,8 +222,8 @@ $B.unicode_bidi_whitespace=[9,10,11,12,13,28,29,30,31,32,133,5760,8192,8193,8194
220222
;
221223
__BRYTHON__.implementation=[3,14,0,'dev',0]
222224
__BRYTHON__.version_info=[3,14,0,'final',0]
223-
__BRYTHON__.compiled_date="2025-10-19 19:09:13.792250"
224-
__BRYTHON__.timestamp=1760893753791
225+
__BRYTHON__.compiled_date="2025-10-31 10:52:20.128203"
226+
__BRYTHON__.timestamp=1761904340127
225227
__BRYTHON__.builtin_module_names=["_ajax","_ast","_base64","_binascii","_io_classes","_json","_jsre","_locale","_multiprocessing","_posixsubprocess","_profile","_random","_sre","_sre_utils","_string","_svg","_symtable","_tokenize","_webcomponent","_webworker","_zlib_utils","_zlib_utils1","_zlib_utils_kozh","array","builtins","dis","encoding_cp932","encoding_cp932_v2","hashlib","html_parser","marshal","math","modulefinder","posix","pyexpat","python_re","python_re_new","unicodedata","xml_helpers","xml_parser","xml_parser_backup"];
226228
;
227229

www/src/brython_stdlib.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/src/version_info.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"use strict";
22
__BRYTHON__.implementation = [3, 14, 0, 'dev', 0]
33
__BRYTHON__.version_info = [3, 14, 0, 'final', 0]
4-
__BRYTHON__.compiled_date = "2025-10-19 19:09:13.792250"
5-
__BRYTHON__.timestamp = 1760893753791
4+
__BRYTHON__.compiled_date = "2025-10-31 10:52:20.128203"
5+
__BRYTHON__.timestamp = 1761904340127
66
__BRYTHON__.builtin_module_names = ["_ajax",
77
"_ast",
88
"_base64",

0 commit comments

Comments
 (0)