https://bugs.documentfoundation.org/show_bug.cgi?id=150926
Bug ID: 150926
Summary: An identity function implemented in Python does not
evaluate equal to itself
Product: LibreOffice
Version: 5.4.0.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Keywords: bibisectRequest, regression
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Created attachment 182402
--> https://bugs.documentfoundation.org/attachment.cgi?id=182402&action=edit
The testing extension used in the forum.openoffice.org topic
As discussed in https://forum.openoffice.org/en/forum/viewtopic.php?p=389232:
Installing this extension, and using the simple spreadsheet function that it
introduced, gives this unexpected result since v.5.4:
=PYSTRINGTEST("abc")=PYSTRINGTEST("abc")
gives FALSE. In previous versions, and in other OOo derivatives, it produces
expected TRUE.
The function is implemented to simply return its argument (see the linked forum
thread).
--
You are receiving this mail because:
You are the assignee for the bug.