From: Mariatta Date: Mon, 6 Mar 2017 17:31:16 +0000 (-0800) Subject: bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-475) X-Git-Tag: v3.6.2rc1~351 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=130c4ec5fbeb0878b88ec6aa06e47c9672566c17;p=thirdparty%2FPython%2Fcpython.git bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-475) "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. -