On Jun 20, 6:55 am, "Edward K. Ream" <[email protected]> wrote:
> I plan to release b2 today or tomorrow.  There is only one more bug on
> the b2 list: it involves @root nodes.

The @root bug appears to be invalid.  However, I just fixed two file-
related bugs.  Here is the checking log.

QQQ
revno: 2068

  Fixed two truly major read/write bugs.  Sheesh.

  1. @verbatim sentinels were inserting @verbatim into the text!!
     This was showing up in leoUsersGuide.txt.
     Added an effective unit test in leoPy.leo to ensure this will
never happen again.

  2. Reading a cached file could leave the file open.
     This caused writes of leoUsersGuide.txt to fail because the
output file
     could not replace the (still open) input file.
     I'm not sure why this wasn't a problem for more files.
QQQ

Given the nature of these bugs, I'm going to go ahead and add:

    @string qt-default-encoding = utf-8

for use by qtGui.toUnicode.  I suspect Ville will not approve, but imo
this needs to be done, and will not cause any harm.  Furthermore, the
setting node will be a good place to discuss the issues involved,
including yet another reference to Python's default encoding which
ought to be set to something other than ascii if people want to have
any chance of using non-ascii characters easily.

I'll make the fix today.  Given the magnitude of all these changes,
I'll wait until Monday to release b2.  In the meantime, I'll work on
docs.

Edward
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to