From: David Wilemski Date: Tue, 14 Feb 2017 22:37:49 +0000 (-0800) Subject: bpo-29557: Remove ambiguous line in binhex docs (#90) X-Git-Tag: v3.7.0a1~1342 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6de2b7817fa9403e81dc38f13f3690f0bbf3d064;p=python 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. --- diff --git a/Doc/library/binhex.rst b/Doc/library/binhex.rst index 359ab23b2f..2966e0dbfb 100644 --- a/Doc/library/binhex.rst +++ b/Doc/library/binhex.rst @@ -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. -