bsddb4.7.3pre9 renamed to 4.7.3
This commit is contained in:
parent
e14267bbad
commit
09c0178242
|
@ -670,7 +670,7 @@ Extension Modules
|
||||||
|
|
||||||
- Support for Windows 9x has been removed from the winsound module.
|
- Support for Windows 9x has been removed from the winsound module.
|
||||||
|
|
||||||
- bsddb module updated to version 4.7.3pre2.
|
- bsddb module updated to version 4.7.3.
|
||||||
http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3. This
|
http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3. This
|
||||||
code should be compatible with Python 3.0.
|
code should be compatible with Python 3.0.
|
||||||
|
|
||||||
|
|
|
@ -105,7 +105,7 @@
|
||||||
#error "eek! DBVER can't handle minor versions > 9"
|
#error "eek! DBVER can't handle minor versions > 9"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PY_BSDDB_VERSION "4.7.3pre9"
|
#define PY_BSDDB_VERSION "4.7.3"
|
||||||
|
|
||||||
/* Python object definitions */
|
/* Python object definitions */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue