You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
Leo's devel branch now contains two PRs:
PR #4804
uses Python's := operator (the so-called "walrus" operator) throughout
Leo's core and important plugins. This operator clarifies the code, as
discussed in the PR. The PR also fixes a quirp in leoShadow.py. Thanks
to Thomas for his comments.
PR #4808
undoes an ill-considered change of API for g.readFileIntoString. As
before, this function now returns None in some situations. Many thanks
to Félix for setting me straight. The next time I work on annotations, I
promise to leave Leo's API strictly unchanged.
Please keep testing the "devel" branch!
Edward
Edward K. Ream
unread,
7:53 AM (6 hours ago) 7:53 AM
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
On Tuesday, July 21, 2026 at 5:52:00 AM UTC-5 Edward K. Ream wrote:
Leo's devel branch now contains two PRs:
And one more: PR #4810 makes it possible to change c.p as follows: c.p = <a valid position>