]> granicus.if.org Git - python/commitdiff
bpo-29557: Remove ambiguous line in binhex docs (#90)
authorDavid Wilemski <dtwwtd@gmail.com>
Tue, 14 Feb 2017 22:37:49 +0000 (14:37 -0800)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 14 Feb 2017 22:37:49 +0000 (01:37 +0300)
"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.

Doc/library/binhex.rst

index 359ab23b2f9787d4cab952c5d706f25c07822e2e..2966e0dbfbcfe8750f537eee6ac3bfd0f4dd6919 100644 (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.
-