diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-03-06 17:31:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-06 17:31:00 (GMT) |
commit | 6b7bc45e33ec953c542788420adc305ec026fa40 (patch) | |
tree | 65d8c7077239c42c9872673bc5c5abed32e00638 /Doc/library | |
parent | b8b3b9b97c82bb0ac718c446b66fd516eb9ad18b (diff) | |
download | cpython-6b7bc45e33ec953c542788420adc305ec026fa40.zip cpython-6b7bc45e33ec953c542788420adc305ec026fa40.tar.gz cpython-6b7bc45e33ec953c542788420adc305ec026fa40.tar.bz2 |
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)
Diffstat (limited to 'Doc/library')
-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. - |