diff options
author | Barry Warsaw <barry@python.org> | 2003-04-24 14:28:08 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2003-04-24 14:28:08 (GMT) |
commit | c74e4a5351df684961d7b3bdcb47814c5e72e6a6 (patch) | |
tree | 884fa634c939bebe104149b42b31efae5b7b7fe4 /Modules/_bsddb.c | |
parent | 13b4c417487f4e3a34c8d7d0b894623b7468309f (diff) | |
download | cpython-c74e4a5351df684961d7b3bdcb47814c5e72e6a6.zip cpython-c74e4a5351df684961d7b3bdcb47814c5e72e6a6.tar.gz cpython-c74e4a5351df684961d7b3bdcb47814c5e72e6a6.tar.bz2 |
Added a comment about backward compatibility requirements and a link
to the PyBSDDB project at SourceForge.
Diffstat (limited to 'Modules/_bsddb.c')
-rw-r--r-- | Modules/_bsddb.c | 10 |
1 files changed, 9 insertions, 1 deletions
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 <greg@electricrain.com> 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: * |