From: Mariatta Date: Mon, 6 Mar 2017 17:31:00 +0000 (-0800) Subject: bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-474) X-Git-Tag: v3.5.4rc1~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b7bc45e33ec953c542788420adc305ec026fa40;p=thirdparty%2FPython%2Fcpython.git bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-474) "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. (cherry picked from commit 6de2b7817fa9403e81dc38f13f3690f0bbf3d064) --- diff --git a/Doc/library/binhex.rst b/Doc/library/binhex.rst index 359ab23b2f97..2966e0dbfbcf 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. -