You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use nh3.clean(), line endings \r\n are converted to \n.
This behavior can cause issues for applications that rely on \r\n as their newline format, for example in a request body.
Hi,
When I use
nh3.clean()
, line endings\r\n
are converted to\n
.This behavior can cause issues for applications that rely on
\r\n
as their newline format, for example in a request body.Example code
Is this a desired behavior?
Thank you in advance!
Environment:
The text was updated successfully, but these errors were encountered: