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 HubTou
Recipients HubTou, koobs, terry.reedy
Date 2022-03-27.07:56:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The storage format used under Windows is completely different from the one used under Unix (or *BSD).

Apart from the .dat datafile, there is a .dir index file with CSV lines such as "'key', (offset, length)".

Whereas under Unix (or *BSD), I have:

# file whois_cache.db
whois_cache.db: Berkeley DB 1.85 (Hash, version 2, native byte-order)

I'll make a test on a Linux Raspberry Pi, to see if the issue is *BSD specific...
History
Date User Action Args
2022-03-27 07:56:23HubTousetrecipients: + HubTou, terry.reedy, koobs
2022-03-27 07:56:23HubTousetmessageid: <[email protected]>
2022-03-27 07:56:23HubToulinkissue47072 messages
2022-03-27 07:56:22HubToucreate