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 eric.smith
Recipients eric.smith, jessembacon
Date 2019-06-12.22:06:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560377209.33.0.857556656469.issue37241@roundup.psfhosted.org>
In-reply-to
Content
After fixing a missing import (import urllib.request), this is what I get:

$ /usr/local/bin/python3.6 pbr37241_Jesse_Bacon.py 
Fetching nvdcve-1.0-2019.json.gz
Storing Gzipped File
Loading JSON Content
4275 records
4275 unique records
Creating Shelve: cve_2019.shelf
Assembling Big Dictionary of 2019 Data in shelve
shelve reports 4275 unique records
Extracting data by keys from shelve
4275 extracted records
Number of missing records 0
data match

Are you seeing failures?

This is on a python3.6 that I compiled from source on an old Fedora box.

What OS are you using?
History
Date User Action Args
2019-06-12 22:06:49eric.smithsetrecipients: + eric.smith, jessembacon
2019-06-12 22:06:49eric.smithsetmessageid: <1560377209.33.0.857556656469.issue37241@roundup.psfhosted.org>
2019-06-12 22:06:49eric.smithlinkissue37241 messages
2019-06-12 22:06:49eric.smithcreate