Subject: CVS commit: pkgsrc/lang/python22
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 04/15/2002 15:13:39
Module Name:	pkgsrc
Committed By:	drochner
Date:		Mon Apr 15 12:13:39 UTC 2002

Modified Files:
	pkgsrc/lang/python22: Makefile PLIST distinfo
	pkgsrc/lang/python22/patches: patch-aa
Removed Files:
	pkgsrc/lang/python22/patches: patch-ac patch-ad

Log Message:
update to 2.2.1
Changes:
-Added new builtin function bool() and new builtin constants True and
  False to ease backporting of code developed for Python 2.3.  In 2.2,
  bool() returns 1 or 0, True == 1, and False == 0.
-C API: A type can now inherit its metatype from its base type.
-Fixes


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/python22/Makefile \
    pkgsrc/lang/python22/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/python22/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/python22/patches/patch-aa
cvs rdiff -r1.1 -r0 pkgsrc/lang/python22/patches/patch-ac \
    pkgsrc/lang/python22/patches/patch-ad

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