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 Paul Durack
Recipients Paul Durack, r.david.murray
Date 2017-04-14.16:48:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492188505.82.0.701487262195.issue30063@psf.upfronthosting.co.za>
In-reply-to
Content
I also wonder whether the fact that the warnings library doesn't seems to be catching these errors when

In [2]: import warnings
   ...: warnings.filterwarnings('ignore', category=DeprecationWarning)
In [3]: import vcs
/home/user/anaconda2/envs/cdatcmornclnco/lib/python2.7/json/encoder.py:207: DeprecationWarning: Interpreting naive datetime as local 2017-04-12 19:45:31.251897. Please add timezone info to timestamps.
  chunks = self.iterencode(o, _one_shot=True)

Is being used is a similar issue - it seems something is falling through the cracks here
History
Date User Action Args
2017-04-14 16:48:25Paul Duracksetrecipients: + Paul Durack, r.david.murray
2017-04-14 16:48:25Paul Duracksetmessageid: <1492188505.82.0.701487262195.issue30063@psf.upfronthosting.co.za>
2017-04-14 16:48:25Paul Duracklinkissue30063 messages
2017-04-14 16:48:25Paul Durackcreate