diff options
author | Gerhard Häring <gh@ghaering.de> | 2008-09-12 18:58:57 (GMT) |
---|---|---|
committer | Gerhard Häring <gh@ghaering.de> | 2008-09-12 18:58:57 (GMT) |
commit | 6e1afcf9883f13bdf8808dc528e381f5c90a131b (patch) | |
tree | a40283fbad084a0d1cb378ce349a0e707fef1b17 /Misc/NEWS | |
parent | ef2276b60d2345af49c8268f3a23feb59f5ecc38 (diff) | |
download | cpython-6e1afcf9883f13bdf8808dc528e381f5c90a131b.zip cpython-6e1afcf9883f13bdf8808dc528e381f5c90a131b.tar.gz cpython-6e1afcf9883f13bdf8808dc528e381f5c90a131b.tar.bz2 |
Fixes issue #3103. In the sqlite3 module, made one more function static. All renaming public symbos now have the pysqlite prefix to avoid name clashes. This at least once created problems where the same symbol name appeared somewhere in Apache and the sqlite3 module was used from mod_python.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -148,6 +148,9 @@ Extension Modules - sqlite3: Changed docstring of iterdump() to mark method as "Non-standard". +- Issue #3103: Reduced globals symbols used by sqlite3 module and made sure all + remaining ones have "pysqlite_" prefix. + Tests ----- |