Received: by 10.224.176.203 with SMTP id bf11mr602363qab.4.1346223944152; Wed, 29 Aug 2012 00:05:44 -0700 (PDT) X-BeenThere: couchdb-python@googlegroups.com Received: by 10.224.76.142 with SMTP id c14ls2445303qak.7.gmail; Wed, 29 Aug 2012 00:05:43 -0700 (PDT) Received: by 10.224.181.75 with SMTP id bx11mr599502qab.7.1346223943636; Wed, 29 Aug 2012 00:05:43 -0700 (PDT) Received: by 10.224.181.75 with SMTP id bx11mr599501qab.7.1346223943625; Wed, 29 Aug 2012 00:05:43 -0700 (PDT) Return-Path: <3R789UA4OAEQiu0injh-v4znutmuumrkiujk....@codesite.bounces.google.com> Received: from mail-qa0-f75.google.com (mail-qa0-f75.google.com [209.85.216.75]) by gmr-mx.google.com with ESMTPS id fe27si106379qcb.0.2012.08.29.00.05.43 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 29 Aug 2012 00:05:43 -0700 (PDT) Received-SPF: pass (google.com: domain of 3R789UA4OAEQiu0injh-v4znutmuumrkiujk....@codesite.bounces.google.com designates 209.85.216.75 as permitted sender) client-ip=209.85.216.75; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of 3R789UA4OAEQiu0injh-v4znutmuumrkiujk....@codesite.bounces.google.com designates 209.85.216.75 as permitted sender) smtp.mail=3R789UA4OAEQiu0injh-v4znutmuumrkiujk....@codesite.bounces.google.com Received: by qam2 with SMTP id 2so1501qam.4 for ; Wed, 29 Aug 2012 00:05:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.181.75 with SMTP id bx11mr599496qab.7.1346223943516; Wed, 29 Aug 2012 00:05:43 -0700 (PDT) Reply-To: codesite-nore...@google.com X-Generated-By: Google Code X-GoogleCode-Project: couchdb-python X-GoogleCode-Issue-Id: 214 References: <5-12560507179679177234-7551297748160293943-couchdb-python=googlecode.com@googlecode.com> <0-12560507179679177234-7551297748160293943-couchdb-python=googlecode.com@googlecode.com> In-Reply-To: <5-12560507179679177234-7551297748160293943-couchdb-python=googlecode.com@googlecode.com> Message-ID: <6-12560507179679177234-7551297748160293943-couchdb-python=googlecode.com@googlecode.com> Date: Wed, 29 Aug 2012 07:05:43 +0000 Subject: Re: Issue 214 in couchdb-python: Document.load() does not return None for non existent documents From: couchdb-pyt...@googlecode.com To: couchdb-python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Comment #6 on issue 214 by silvan.k...@web.de: Document.load() does not return None for non existent documents http://code.google.com/p/couchdb-python/issues/detail?id=214 Hmm, classical case of murphy. I just wrote an example which ran as expected. Rechecking with my application this now is running well, too, loading non existent documents produces a None value. Probably shutdown/restart of the system & the DBMS solved this... Should this issue pop up again i'll immediately provide an example & logs, sorry i took your time. Cheers