Scott Kitterman wrote:
> What is the actual bug that has been fixed in 1.4.5.  If it's a small
> fix, we might be able to get a patch in for that bug.
> 

I guess it's safe enough to rely on the module users to be smart enough 
to just copy over the new version of pyparsing.py.

It really is tiny, a missing "return self" statement in the 
ParserElement.setWhitespaceChars() method (line 852 in 1.4.2 - line 974 
in 1.4.5): (manual diff)

     def setWhitespaceChars( self, chars ):
         """Overrides the default whitespace chars
         """
         self.skipWhitespace = True
         self.whiteChars = chars
+       return self

But this is very likely not the only bug fixed between 1.4.2 and 1.4.5 
and I don't think it is that important to patch the 1.4.2 package.

Either way, thanks for responding that quickly.

-- 
pyparsing 1.4.5 released in dec 06
https://bugs.launchpad.net/bugs/104637
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to