[Xapian-tickets] [Xapian] #338: Remove unwanted functions from python bindings.

Xapian nobody at xapian.org
Mon Mar 2 19:48:30 GMT 2009


#338: Remove unwanted functions from python bindings.
---------------------+------------------------------------------------------
 Reporter:  richard  |       Owner:  richard  
     Type:  defect   |      Status:  new      
 Priority:  normal   |   Milestone:  1.1.0    
Component:  Other    |     Version:  SVN trunk
 Severity:  normal   |   Blockedby:           
 Platform:  All      |    Blocking:           
---------------------+------------------------------------------------------
 The python bindings currently expose three functions corresponding to some
 static methods, which should be instead be addressed through classes (and
 can indeed currently be addressed through classes, too)::

  - Document_unserialise(...)
  - Query_unserialise(...)
  - Stem_get_available_languages(...)

 The first two of these are new in trunk, and should certainly be removed
 before 1.1.0 (probably just by calling del at the end of xapian.py, if no
 cleaner solution can be found).

 The third should also be removed, but possibly should go through the
 normal deprecation period first, since (I assume) it's been around for a
 while.

-- 
Ticket URL: <http://trac.xapian.org/ticket/338>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list