Project

Profile

Help

Bug #5929

closed

SaxonC-EE and SaxonC-PE version prints HE for license=False

Added by O'Neil Delpratt about 1 year ago. Updated 6 months ago.

Status:
Closed
Priority:
Low
Category:
Saxon-C Internals
Start date:
2023-03-21
Due date:
% Done:

0%

Estimated time:
Found in version:
12.0
Fixed in version:
Platforms:

Description

Given the following python script:

from saxoncee import *

with PySaxonProcessor(license=False) as proc:
    print(proc.version)

Outputs the message:

SaxonC-HE 12.1 from Saxonica

The question is should this be 'SaxonC-EE....' when the license=False or when the license is not available?

Please register to edit this issue

Also available in: Atom PDF