From: Barry Warsaw Date: Thu, 24 Apr 2003 14:28:08 +0000 (+0000) Subject: Added a comment about backward compatibility requirements and a link X-Git-Tag: v2.3c1~1042 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c74e4a5351df684961d7b3bdcb47814c5e72e6a6;p=thirdparty%2FPython%2Fcpython.git Added a comment about backward compatibility requirements and a link to the PyBSDDB project at SourceForge. --- diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c index 2f4cfa54fa15..eb2b5169141d 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: *