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
If passing a byte string or a rb-mode opened file, I think this library should be able to handle that input properly.
Actually, when parsing files, IMHO it's a better practice, because then the underlying library can handle any possible byte-to-string conversions that might be specific to the format.
The text was updated successfully, but these errors were encountered:
If passing a byte string or a
rb
-mode opened file, I think this library should be able to handle that input properly.Actually, when parsing files, IMHO it's a better practice, because then the underlying library can handle any possible byte-to-string conversions that might be specific to the format.
The text was updated successfully, but these errors were encountered: