From c74e4a5351df684961d7b3bdcb47814c5e72e6a6 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 24 Apr 2003 14:28:08 +0000 Subject: Added a comment about backward compatibility requirements and a link to the PyBSDDB project at SourceForge. --- Modules/_bsddb.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c index 2f4cfa5..eb2b516 100644 --- a/Modules/_bsddb.c +++ b/Modules/_bsddb.c @@ -51,7 +51,15 @@ * Gregory P. Smith is once again the maintainer. * * Use the pybsddb-users@lists.sf.net mailing list for all questions. - * Things can change faster than the header of this file is updated. + * Things can change faster than the header of this file is updated. This + * file is shared with the PyBSDDB project at SourceForge: + * + * http://pybsddb.sf.net + * + * This file should remain backward compatible with Python 2.1, but see PEP + * 291 for the most current backward compatibility requirements: + * + * http://www.python.org/peps/pep-0291.html * * This module contains 5 types: * -- cgit v0.12