Kaydet (Commit) e869eb19 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.

Backported to 2.4.
üst ff232d72
......@@ -65,9 +65,9 @@ import sys, os
# iterator interface is dynamically defined and added using a mixin
# class. old python can't tokenize it due to the yield keyword.
if sys.version >= '2.3':
import UserDict
from weakref import ref
exec """
import UserDict
from weakref import ref
class _iter_mixin(UserDict.DictMixin):
def _make_iter_cursor(self):
cur = self.db.cursor()
......
......@@ -61,6 +61,8 @@ Extension Modules
Library
-------
- Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.
- Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush.
- Patch #1107973: Allow to iterate over the lines of a tarfile.ExFileObject.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment