diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-03-06 17:31:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-06 17:31:16 (GMT) |
commit | 130c4ec5fbeb0878b88ec6aa06e47c9672566c17 (patch) | |
tree | 762ba608532b37ea8f5c57254845d59b67a10dd3 /Doc/library/binhex.rst | |
parent | e9effe6bb6b6dcbc9fb13e47811a251a84a807c5 (diff) | |
download | cpython-130c4ec5fbeb0878b88ec6aa06e47c9672566c17.zip cpython-130c4ec5fbeb0878b88ec6aa06e47c9672566c17.tar.gz cpython-130c4ec5fbeb0878b88ec6aa06e47c9672566c17.tar.bz2 |
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)
Diffstat (limited to 'Doc/library/binhex.rst')
-rw-r--r-- | Doc/library/binhex.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/binhex.rst b/Doc/library/binhex.rst index 359ab23..2966e0d 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. - |