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:40:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492051226.05.0.41504745507.issue30063@psf.upfronthosting.co.za>
In-reply-to
Content
I have started receiving the following warnings which are starting to prevent an ipython session from functioning:

/home/user/anaconda2/envs/cdatcmornclnco/lib/python2.7/json/encoder.py:207: DeprecationWarning: Interpreting naive datetime as local 2017-04-12 17:15:36.235571. Please add timezone info to timestamps.
  chunks = self.iterencode(o, _one_shot=True)
/home/user/anaconda2/envs/cdatcmornclnco/lib/python2.7/json/encoder.py:207: DeprecationWarning: Interpreting naive datetime as local 2017-04-12 17:15:36.267401. Please add timezone info to timestamps.
  chunks = self.iterencode(o, _one_shot=True)

The only way I can continue is to terminate the ipython shell and open a new instance.

Can someone tell me what I need to do to solve the issue? Is there a json import somewhere that requires some new arguments?
History
Date User Action Args
2017-04-13 02:40:26Paul Duracksetrecipients: + Paul Durack
2017-04-13 02:40:26Paul Duracksetmessageid: <1492051226.05.0.41504745507.issue30063@psf.upfronthosting.co.za>
2017-04-13 02:40:25Paul Duracklinkissue30063 messages
2017-04-13 02:40:24Paul Durackcreate