Bug #6276
closedhttps://pypi.org/project/saxonche/ claims current print(proc.version) gives SaxonC-HE 12.4.1 from Saxonica but output is SaxonC-HE 12.4 from Saxonica
100%
Description
I am not sure this is a build problem/quirk or a documentation problem/quirk but https://pypi.org/project/saxonche/ claims current print(proc.version)
would give SaxonC-HE 12.4.1 from Saxonica
while even with 12.4.1 the output remains at SaxonC-HE 12.4 from Saxonica
.
But the inconsistency between the documentation of the wheel on PyPi and its version number and the actual result might be confusing.
Updated by Norm Tovey-Walsh about 1 year ago
Thanks for pointing that out. We switched from three part to two part version numbers a while back, and it works just fine mostly. But this is a case where I can see how it could be misleading. I'm not sure we can do anything in the immediate term, but I'll chat with the team about it next week.
Updated by O'Neil Delpratt 7 months ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
The print(proc.version)
on SaxonC 12.4.2 prints SaxonC-HE 12.4.2 from Saxonica
. Therefore it looks like a fix was applied to this. For SaxonC 13 we will simplify the version
method to just numbers and add the getProductVersion
method as in Java.
Updated by O'Neil Delpratt 6 months ago
- Status changed from Resolved to Closed
- Fixed in version set to 12.5
Bug fix applied in the Saxon 12.5 Maintenance release.
Please register to edit this issue