~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-10-09 09:17:29 UTC
  • mto: This revision was merged to the branch mainline in revision 2069.
  • Revision ID: john@arbash-meinel.com-20061009091729-c3fce6ea7f2e24b3
bzrlib.lazy_regex.lazy_compile creates a proxy object around re.compile()
This object compiles on first use, rather than compiling instantly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
      can take a ``working_dir='foo'`` parameter, which will change directory 
10
10
      for the command. (John Arbash Meinel)
11
11
 
 
12
    * ``bzrlib.lazy_regex.lazy_compile`` can be used to create a proxy
 
13
      around a regex, which defers compilation until first use. 
 
14
      (John Arbash Meinel)
 
15
 
12
16
  BUG FIXES:
13
17
 
14
18
    * bzr branch/pull no longer complain about progress bar cleanup when