bpo-29557: Remove ambiguous line in binhex docs (#90)

"appears to not work in all cases" does not inspire confidence in this
module. I can find no context for what bug this was referencing so it
should be removed.
This commit is contained in:
David Wilemski 2017-02-14 14:37:49 -08:00 committed by Berker Peksag
parent 996c3874fd
commit 6de2b7817f

View file

@ -55,5 +55,3 @@ the source for details.
If you code or decode textfiles on non-Macintosh platforms they will still use
the old Macintosh newline convention (carriage-return as end of line).
As of this writing, :func:`hexbin` appears to not work in all cases.