[Python-checkins] r66676 - in python/trunk: Misc/NEWS Modules/bsddb.h

jesus.cea python-checkins at python.org
Mon Sep 29 01:24:20 CEST 2008


Author: jesus.cea
Date: Mon Sep 29 01:24:19 2008
New Revision: 66676

Log:
bsddb4.7.3pre9 renamed to 4.7.3

Modified:
   python/trunk/Misc/NEWS
   python/trunk/Modules/bsddb.h

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Mon Sep 29 01:24:19 2008
@@ -670,7 +670,7 @@
 
 - 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
   code should be compatible with Python 3.0.
 

Modified: python/trunk/Modules/bsddb.h
==============================================================================
--- python/trunk/Modules/bsddb.h	(original)
+++ python/trunk/Modules/bsddb.h	Mon Sep 29 01:24:19 2008
@@ -105,7 +105,7 @@
 #error "eek! DBVER can't handle minor versions > 9"
 #endif
 
-#define PY_BSDDB_VERSION "4.7.3pre9"
+#define PY_BSDDB_VERSION "4.7.3"
 
 /* Python object definitions */
 


More information about the Python-checkins mailing list