There are a few functions/classes that have limited usage and aren't covered in the documentation.
Their functionality (ex. stripwhitespace) overlaps with similar coded filters (whitespace_filter in this case).
I did a quick look up for any usage of them and only found them being used on antiORM.
The complete commit for removal can be seen here vmuriart@836f8d8
@andialbrecht @piranna Any heart-burn over removing them? It greatly simplifies the code.
Waiting on my other pr before submitting this one. But figured I can get the discussion going beforehand
There are a few functions/classes that have limited usage and aren't covered in the documentation.
Their functionality (ex.
stripwhitespace) overlaps with similar coded filters (whitespace_filter in this case).I did a quick look up for any usage of them and only found them being used on
antiORM.The complete commit for removal can be seen here vmuriart@836f8d8
@andialbrecht @piranna Any heart-burn over removing them? It greatly simplifies the code.
Waiting on my other
prbefore submitting this one. But figured I can get the discussion going beforehand