Your message dated Wed, 05 Feb 2020 00:49:10 +0000
with message-id <[email protected]>
and subject line Bug#950445: Removed package(s) from unstable
has caused the Debian Bug report #630451,
regarding debug statement left in python-couchdb
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
630451: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630451
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-couchdb
Version: 0.6-1
Severity: minor
Tags: upstream


In /usr/share/pyshared/couchdb/json.py line 125 it seems a debug message has 
been left.
'Using stdlib json' gets printed everytime when using this library.

A quick fix is:

--- json.py.orig  2009-07-02 16:02:57.000000000 +0200
+++ json.py 2011-06-14 09:06:52.491612637 +0200
@@ -122,7 +122,6 @@
     def _init_stdlib():
         global _decode, _encode
         json = __import__('json', {}, {})
-        print 'Using stdlib json'
         _decode = lambda string, loads=json.loads: loads(string)
         _encode = lambda obj, dumps=json.dumps: \
             dumps(obj, allow_nan=False, ensure_ascii=False)

Upstream has fixed this already in [1].

Best Regards,
Andreas

[1] http://code.google.com/p/couchdb-python/issues/detail?id=82

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/3 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-couchdb depends on:
ii  python                  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-httplib2         0.6.0-4          comprehensive HTTP client library 
ii  python-simplejson       2.1.1-1          simple, fast, extensible JSON enco
ii  python-support          1.0.10           automated rebuilding support for P

python-couchdb recommends no packages.

Versions of packages python-couchdb suggests:
ii  couchdb                       0.11.0-2.3 RESTful document oriented database

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 0.10-1.1+rm

Dear submitter,

as the package python-couchdb has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/950445

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to