[
https://issues.apache.org/jira/browse/SOLR-11319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16152750#comment-16152750
]
ASF GitHub Bot commented on SOLR-11319:
---------------------------------------
GitHub user mariocj89 opened a pull request:
https://github.com/apache/lucene-solr/pull/243
SOLR-11319: Update guide on using Python with json
Python has support for json since version 2.6 (2008).
All supported versions at the moment has json on it, this commit updates
the guide by removing the instructions on how to add the external library
"simplejson" as the standard one is nowadays
preferred from the community.
https://issues.apache.org/jira/browse/SOLR-11319
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mariocj89/lucene-solr simplejson
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/243.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #243
----
commit 4aea265313e04837578c019035ef2a2a00cb33f8
Author: Mario Corchero-jimenez <[email protected]>
Date: 2017-09-01T16:27:41Z
Update guide on using python with json
Python has support for json since version 2.6 (2008).
All supported versions at the moment has json on it, this commit updates
the guide by removing the instructions on how to add the external
library "simplejson" as the standard one is nowadays prefered across the
comunity.
----
> Update guide on client API using Python
> ---------------------------------------
>
> Key: SOLR-11319
> URL: https://issues.apache.org/jira/browse/SOLR-11319
> Project: Solr
> Issue Type: Task
> Components: clients - python, documentation
> Reporter: Mario Corchero
> Priority: Trivial
>
> The guide on [the client API using
> Python|https://lucene.apache.org/solr/guide/6_6/using-python.html] points
> users to simplejson claiming Python has no support for json on the standard
> library.
> That changed on 2008 and all supported version include a json package.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]