-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update docs and xpath.py, change wait() -> bool (#949)
* add docs 2to3.md * add xpath syntax check * change wait() -> XMLElement|None to wait() -> bool
- Loading branch information
1 parent
c6c7c94
commit f231cec
Showing
7 changed files
with
77 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 2.x到3.x升级说明 | ||
|
||
## 变更内容 | ||
|
||
- 版本管理从pbr改为poetry,同时降低依赖库的数量 | ||
- Python依赖调整为最低3.8 | ||
- 增加更多的单测代码,让项目变的更稳定 | ||
- 移除一些陈年老代码 | ||
- minicap,minitouch不再默认安装 | ||
|
||
## 移除的功能 | ||
- current_app函数移除 | ||
- `d.xpath("...").wait()`从原有的返回 XMLElement|None,改为返回 bool |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.