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
Date 2017-04-13.02:46:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492051601.57.0.313134221281.issue30063@psf.upfronthosting.co.za>
In-reply-to
Content
I have attempted to quieten these using:

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)

However, this doesn't seem to be working
History
Date User Action Args
2017-04-13 02:46:41Paul Duracksetrecipients: + Paul Durack
2017-04-13 02:46:41Paul Duracksetmessageid: <1492051601.57.0.313134221281.issue30063@psf.upfronthosting.co.za>
2017-04-13 02:46:41Paul Duracklinkissue30063 messages
2017-04-13 02:46:41Paul Durackcreate