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.

classification
Title: Fix Bug #1339007 - shelve.open('non-existant-file', 'r')
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, ruseel
Priority: normal Keywords: patch

Created on 2006-06-06 10:09 by ruseel, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
shelve.patch ruseel, 2006-06-06 10:10 simple two line patch...
shelve.patch ruseel, 2006-06-06 10:13 simple two line patch...
Messages (2)
msg50436 - (view) Author: MunSic JEONG (ruseel) Date: 2006-06-06 10:09
Fix Bug #1339007

I think that Bug #1339007 is making confusion in many 
places.

http://www.google.com/search?
hl=ko&newwindow=1&q=dbfilenameshelf+attributeerror&lr=
lang_en%7Clang_ko

http://mail.python.org/pipermail/python-list/2003-
October/188138.html

In my case, I ran into this bug with py-wordnet. 

msg50437 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-06-14 06:09
Logged In: YES 
user_id=849994

Thanks for the patch, fixed in rev. 46946, 46947 (2.4).
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43465
2006-06-06 10:09:02ruseelcreate