Skip to content

STRIP allows empty remove. #167

@python-processing-unit

Description

@python-processing-unit

According to the specification section 9.1.5:

  • STR: STRIP(STR: value, STR: remove) = MUST return value with every occurrence of the non-empty substring remove removed.

In the implementation, however, empty remove succeeds as a no-op.

Metadata

Metadata

Labels

bugSomething isn't workinginterpreterRequires a code change in the interpreter.patchRequires a patch version change.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions