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.

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to