You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Mike Klaas (JIRA)" <ji...@apache.org> on 2007/07/12 21:12:05 UTC

[jira] Created: (SOLR-299) Audit use of backticks in solr.py

Audit use of backticks in solr.py
---------------------------------

                 Key: SOLR-299
                 URL: https://issues.apache.org/jira/browse/SOLR-299
             Project: Solr
          Issue Type: Bug
          Components: clients - python
    Affects Versions: 1.2
            Reporter: Mike Klaas
            Assignee: Mike Klaas
             Fix For: 1.3


backticks are often the wrong thing to do (they return a "debugging" representation of a variable).

This may be superceded by the new python client, but should be fixed in the mean time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-299) Audit use of backticks in solr.py

Posted by "Mike Klaas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Klaas resolved SOLR-299.
-----------------------------

    Resolution: Fixed

committed r573019

> Audit use of backticks in solr.py
> ---------------------------------
>
>                 Key: SOLR-299
>                 URL: https://issues.apache.org/jira/browse/SOLR-299
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - python
>    Affects Versions: 1.2
>            Reporter: Mike Klaas
>            Assignee: Mike Klaas
>             Fix For: 1.3
>
>
> backticks are often the wrong thing to do (they return a "debugging" representation of a variable).
> This may be superceded by the new python client, but should be fixed in the mean time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.