Sujet : Re: Correct syntax for pathological re.search()
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.lang.pythonDate : 21. Oct 2024, 22:24:49
Autres entêtes
Organisation : Stefan Ram
Message-ID : <functional-20241021212324@ram.dialup.fu-berlin.de>
References : 1 2 3 4 5 6 7 8 9 10
"Peter J. Holzer" <
hjp-python@hjp.at> wrote or quoted:
On 2024-10-19 00:15:23 +0200, jak via Python-list wrote:
Allow me to be fussy: r"\sout{" and r"\sout\{" are similar but not
equivalent.
. . .
Yes, that's the parser. But the result of parsing will be the same:
The string will end in a literal backslash.
Functional reqs lay out what your system's got to do, while
non-functional reqs are all about time and other resource
constraints.
When you're crunching through parsing, what pops out is
your functional bread and butter.
But the time it takes to chew through that data?
That's non-functional and implementation-dependent territory.
So, we can say they're functionally equivalent.