[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

dbm.py [was: apt-listchanges]



	bonjour,

La probabilité qu'il existe un debianiste utilisant MaxDB et
apt-listchanges est faible, mais, voilà pour les archives, une réponse
d'un dev de MaxDB, concernant le module dbm en question, réponse qui
permet de faire du boulot propre et de ne pas toucher à anydbm.py.

-- 
jm

--- Begin Message ---
> So it leads me to ask a question: «Is dbm a really good 
> choice for this MaxDB module name ?»

No, it isn't. That's why a new package sapdb has been created in 7.4. 

The existing modules at the top level are only for compatibility with older versions of the Python interface. They can be removed if you write your scripts always with
import sapdb.sql
import sapdb.dbm
import sapdb.loader

These compatibility scripts will be removed in 7.6.

Daniel Dittmar

-- 
Daniel Dittmar
SAP Labs Berlin
daniel.dittmar@sap.com


--- End Message ---

Reply to: