The trunk now contains a potentially significant change: the .use_sax
ivar in leoFileCommands.py is now set permanently to True.
This is the first step in the eventual removal of all the ancient hand-
coded read logic for .leo files. It's about 5 years overdue.
All unit tests pass, but there is the potential for real trouble
here. Please report any problems immediately. Thanks.
Edward
P.S. If you do run into problems, you can turn this feature off by
changing:
self.use_sax = True
to:
self.use_sax = self.use_new_positions or
c.config.getBool('use_sax_based_read')
in leoPy.leo:
Code-->Core classes...-->@thin leoFileCommands.py--
>leoFileCommands._init_
EKR
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---