On Mon, Feb 3, 2014 at 10:06 AM, Jacob Peck <[email protected]> wrote:
I would argue against sentinels, simply because not all users are going to > be using this for python scripts -- for example, you could use this to get > a complex text document that you have broken into pieces -- one where you > would certainly *not* want sentinels. > > I'd say p.script should have no sentinels, > Reasonable. Any other comments? > and p.script_with_sentinels (or similar) could have python sentinels. > I'd rather not do this. Scripts can always use g.getScript itself for other permutations of the keyword args. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
