Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c74e4a5

Browse files
committed
Added a comment about backward compatibility requirements and a link
to the PyBSDDB project at SourceForge.
1 parent 13b4c41 commit c74e4a5

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Modules/_bsddb.c

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,15 @@
5151
* Gregory P. Smith <[email protected]> is once again the maintainer.
5252
*
5353
* Use the [email protected] mailing list for all questions.
54-
* Things can change faster than the header of this file is updated.
54+
* Things can change faster than the header of this file is updated. This
55+
* file is shared with the PyBSDDB project at SourceForge:
56+
*
57+
* http://pybsddb.sf.net
58+
*
59+
* This file should remain backward compatible with Python 2.1, but see PEP
60+
* 291 for the most current backward compatibility requirements:
61+
*
62+
* http://www.python.org/peps/pep-0291.html
5563
*
5664
* This module contains 5 types:
5765
*

0 commit comments

Comments
 (0)