New submission from Jason Orendorff <[EMAIL PROTECTED]>:
On my Mac, /usr/local/bin/python2.5 is a symlink to
"../../../Library/Frameworks/Python.framework/Versions/2.5/bin/python2.5".
When I install Mercurial from source, the "mercurial" package is
installed at &quo
Jason Orendorff <[EMAIL PROTECTED]> added the comment:
Huh. Maybe you're right. JavaScript, Ruby, and Perl all accept both
regexes, although no two agree on what should be captured:
js> "xyyzy".replace(/((x|y)*)*/, "($1, $2)")
(xyy, y)zy
js> "xyyzy&q
New submission from Jason Orendorff <[EMAIL PROTECTED]>:
Below, the second regexp seems just as guilty as the first to me.
Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04)
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "