[Xapian-tickets] [Xapian] #346: Python 3 support

Xapian nobody at xapian.org
Fri Sep 27 14:34:43 BST 2013


#346: Python 3 support
--------------------------------------+------------------------------
 Reporter:  olly                      |             Owner:  richard
     Type:  defect                    |            Status:  assigned
 Priority:  highest                   |         Milestone:  1.3.2
Component:  Xapian-bindings (Python)  |           Version:  SVN trunk
 Severity:  normal                    |        Resolution:
 Keywords:                            |        Blocked By:
 Blocking:                            |  Operating System:  All
--------------------------------------+------------------------------
\
\
\
\
\
\

Comment (by olly):

 It sounds like we should provide the bindings version in
 {{{xapian.__version__}}} but that's a different thing to
 {{{xapian.version_string()}}} - this is the version of xapian-'''core'''
 in use.  For example, you could have xapian-core 1.2.15 but xapian-
 bindings 1.2.14 - in this situation {{{xapian.version_string()}}} would
 give {{{'1.2.15'}}} but {{{xapian.__version__}}} would give
 {{{'1.2.14'}}}.

 There's also the version of xapian-core which the bindings were actually
 built against, which could be different again, but is probably less
 interesting.  I don't think that's available to the python bindings
 currently (not sure the bindings version is either, at least in any direct
 way).
\
\
\

--
Ticket URL: <http://trac.xapian.org/ticket/346#comment:66>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list