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=)
This commit is contained in:
recht 2004-08-03 12:07:27 +00:00
parent 29e4cdd255
commit 9fc9aa7335
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.8 2004/07/22 09:16:01 recht Exp $
# $NetBSD: Makefile,v 1.9 2004/08/03 12:07:27 recht Exp $
DISTNAME= pychecker-0.8.13
PKGNAME= ${PYPKGPREFIX}-checker-0.8.13
DISTNAME= pychecker-0.8.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pychecker/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2003/12/02 23:37:26 recht Exp $
$NetBSD: distinfo,v 1.4 2004/08/03 12:07:27 recht Exp $
SHA1 (pychecker-0.8.13.tar.gz) = 945f9ccb5d2ef543d17c123114c5b6b0416370d9
Size (pychecker-0.8.13.tar.gz) = 119974 bytes
SHA1 (pychecker-0.8.14.tar.gz) = d03965d4799364adf7f48ef31967cf4dc6f978d6
Size (pychecker-0.8.14.tar.gz) = 121815 bytes
SHA1 (patch-aa) = ef0328a153878fde74679c9480d60e80ffc3ffa0