PyMUD 0.22.3post1 正式版发布
公告与通知
2
帖子
1
发布者
151
浏览
-
0.22.3post1
- 问题修复: 修复了代码中使用#wa等异步功能被改失效的问题。
0.22.3 (2026-01-18)
- 问题修复: 删除了各代码文件中不需要的引用,经测试,Python 3.8 版可以正常运行。
- 问题修复: 修复了getVariable方法中,如果有非字母字符时会导致获取变量值为None的情况。
- 问题修复: 修复了#var对嵌套变量的支持中的BUG,原先如果使用数字作为dict的key时,会被识别为list然后返回None。
- 功能优化: #mem diff现在是与首次启动时的内存进行对比,而不是与上一次执行时的内存进行对比。
- 其他变更: #close的帮助中增加了对参数的描述,支持 -f 参数和 session_name 参数。之前只有改功能,帮助中未说明。
- 其他变更: 修改了多处语法不规范、代码弃用替代的情况。
-
N newstart 在 中固定了该主题
-
0.22.3 (2026-01-18)
- Bug Fixes:
- Removed unnecessary imports from various code files. Verified to work normally with Python 3.8.
- Fixed an issue in the getVariable method where non-alphabetic characters would cause the variable value to return None.
- Fixed a bug in #var nested variable support. Previously, if a digit was used as a dictionary key, it would be incorrectly identified as a list and return None.
- Feature Improvements:
- Updated #mem diff to compare against the memory usage at initial startup, rather than against the previous execution.
- Other Changes:
- Updated the help documentation for #close to include a description of its parameters, specifically support for the -f and session_name arguments (previously supported but undocumented).
- Refactored multiple instances of non-standard syntax and replaced deprecated code.
(Translation by Quark)
- Bug Fixes:
-
N newstart 取消固定该主题于