This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients berker.peksag, sonyachiko
Date 2013-05-31.10:49:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369997349.78.0.208602361559.issue18039@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce it on Windows 7 with Python 3.3.2.

Attaching my test script.

Here's the output:

C:\Python33>python.exe -V
Python 3.3.2

C:\Python33>python.exe dbmopen.py
<dbm.dumb._Database object at 0x027C15B0>
bzdew.dat exists? True
bzdew.dir exists? True
b'hello' b'there'

Could you run it and paste here the output?
History
Date User Action Args
2013-05-31 10:49:09berker.peksagsetrecipients: + berker.peksag, sonyachiko
2013-05-31 10:49:09berker.peksagsetmessageid: <1369997349.78.0.208602361559.issue18039@psf.upfronthosting.co.za>
2013-05-31 10:49:09berker.peksaglinkissue18039 messages
2013-05-31 10:49:09berker.peksagcreate