Subject: CVS commit: pkgsrc/devel/py-checker
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 08/03/2004 12:07:27
Module Name:	pkgsrc
Committed By:	recht
Date:		Tue Aug  3 12:07:27 UTC 2004

Modified Files:
	pkgsrc/devel/py-checker: Makefile distinfo

Log Message:
update to 0.8.14

Version 0.8.14   - 6 June 2004
  * Fix spurious warning in Python 2.3+ when doing a,b = 1,2
  * Add warning to check for "if s.find(str):"
      this should be "if s.find(str) >= 0:" when s is a string
  * Fix spurious warning when using augmented assignment (e.g., x += x)
  * Fix spurious warning when doing x = not x
  * Fix spurious warning for invalid arg count when calling a staticmethod
  * Fix spurious warning for setting a variable to itself when:  x, y, z = x
  * Fix spurious warning when doing some binary operations:  self.a ^ self.b
  * Fix crash in STORE_ATTR with some list comprehensions in Python 2.2
  	e.g., a.a = [x for x in range(2) if x > 1]
  * Support Tk 8.4 and above in the GUI (change col= to column=)


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/py-checker/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/py-checker/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.